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