Enum AiraConversationMessageType
Represents the type of a message in a conversation with Aira.
public enum AiraConversationMessageType
- Extension Methods
Fields
Assistant = 1
The message is from the assistant (Aira).
User = 0
The message is from the user.