Search Results for

    Show / Hide Table of Contents

    Struct BedrockEventStreamFrame

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Glitch9.AIDevKit.AmazonAws.Bedrock
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public readonly struct BedrockEventStreamFrame

    Constructors

    | Edit this page View Source

    BedrockEventStreamFrame(string, string)

    Declaration
    public BedrockEventStreamFrame(string eventType, string jsonString)
    Parameters
    Type Name Description
    string eventType
    string jsonString

    Fields

    | Edit this page View Source

    eventType

    Declaration
    public readonly string eventType
    Field Value
    Type Description
    string
    | Edit this page View Source

    jsonString

    Declaration
    public readonly string jsonString
    Field Value
    Type Description
    string

    Extension Methods

    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.GetHashCodeOrDefault<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation