Search Results for

    Show / Hide Table of Contents

    Class SearchResultBlock

    Inheritance
    object
    ContentBlock
    SearchResultBlock
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class SearchResultBlock : ContentBlock

    Properties

    | Edit this page View Source

    Citations

    Optional. Configuration setting for citations.

    Declaration
    [JsonProperty("citations")]
    public CitationsConfiguration Citations { get; set; }
    Property Value
    Type Description
    CitationsConfiguration
    | Edit this page View Source

    Content

    Required. An array of search result content block.

    Declaration
    [JsonProperty("content")]
    public TextBlock[] Content { get; set; }
    Property Value
    Type Description
    TextBlock[]
    | Edit this page View Source

    Source

    Required. The source URL or identifier for the content.

    Declaration
    [JsonProperty("source")]
    public string Source { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Title

    Required. A descriptive title for the search result.

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation