Skip to main content
Version: Latest

AssistantAskQuestionContext

description

Context information that identifies a specific conversation and message for streaming operations. Used to associate events with their corresponding conversation and message entities.

type AssistantAskQuestionContext {
conversationId: String!
messageId: String!
mode: AssistantAskQuestionMode
messageResponseId: String!
messageResponseWorkflowId: String!
messageResponsePlanId: String!
}

Fields

AssistantAskQuestionContext.conversationId ● String! non-null scalar graph-ql-types

Unique identifier of the conversation. Use this for follow-up questions and reconnection. @exposed

AssistantAskQuestionContext.messageId ● String! non-null scalar graph-ql-types

Unique identifier of the message within the conversation. Use this for reconnection. @exposed

AssistantAskQuestionContext.mode ● AssistantAskQuestionMode enum graph-ql-types

Processing mode used for this request. @exposed

AssistantAskQuestionContext.messageResponseId ● String! non-null scalar graph-ql-types

Unique identifier of the message response. @exposed

AssistantAskQuestionContext.messageResponseWorkflowId ● String! non-null scalar graph-ql-types

Unique identifier of the message response workflow. @exposed

AssistantAskQuestionContext.messageResponsePlanId ● String! non-null scalar graph-ql-types

Unique identifier of the message response plan. @exposed

Member Of

AssistantAskQuestionSubscriptionResponse object ● AssistantSubscribeMessageStreamEvent object