Interface GetAssistantMessageRequest

The mixin for conversation ids in http labels.

interface GetAssistantMessageRequest {
    assistantId: string;
    conversationId: string;
    messageId: string;
}

Hierarchy (View Summary)

Properties

assistantId: string

The unique identifier for this assistant in this assignment.

conversationId: string

The id of the conversation.

messageId: string

The id of the message within the converstaion.