Class SearchResultBlock
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class SearchResultBlock : ContentBlock
Properties
| Edit this page View SourceCitations
Optional. Configuration setting for citations.
Declaration
[JsonProperty("citations")]
public CitationsConfiguration Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| CitationsConfiguration |
Content
Required. An array of search result content block.
Declaration
[JsonProperty("content")]
public TextBlock[] Content { get; set; }
Property Value
| Type | Description |
|---|---|
| TextBlock[] |
Source
Required. The source URL or identifier for the content.
Declaration
[JsonProperty("source")]
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Required. A descriptive title for the search result.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |