Struct BedrockEventStreamFrame
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
Fields
|
Edit this page
View Source
eventType
Declaration
public readonly string eventType
Field Value
|
Edit this page
View Source
jsonString
Declaration
public readonly string jsonString
Field Value
Extension Methods