Interface CreateAssistantConversationResponse

interface CreateAssistantConversationResponse {
    conversation: AssistantConversation;
}

Hierarchy (View Summary)

Properties

Properties

conversation: AssistantConversation

The message that was added to the conversation.