Interface CreateAssistantMessageCommandInput

interface CreateAssistantMessageCommandInput {
    assistantId: string;
    content: AssistantMessageUserContent;
    conversationId: string;
}

Hierarchy (View Summary)

Properties

assistantId: string

The unique identifier for this assistant in this assignment.

The content of the message.

conversationId: string

The id of the conversation.