Class ConverseOutput
The output from a call to Converse. This is a union type. Only one member should be set.
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ConverseOutput
Properties
| Edit this page View SourceMessage
Optional. The message that the model generates.
Declaration
[JsonProperty("message")]
public ConverseMessage Message { get; set; }
Property Value
| Type | Description |
|---|---|
| ConverseMessage |