Class Message
Represents the JSON serialization of a Message.
Inherited Members
Namespace: LaunchDarkly.Sdk.Server.Ai.DataModel
Assembly: LaunchDarkly.ServerSdk.Ai.dll
Syntax
public class Message
Constructors
View SourceMessage()
Declaration
public Message()
Properties
| Edit this page View SourceContent
The content.
Declaration
[JsonPropertyName("content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
The role.
Declaration
[JsonPropertyName("role")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public Role Role { get; set; }
Property Value
Type | Description |
---|---|
Role |