Skip to main content
Version: Beta

externalSubscribeMessage

Enterprise
description

Reconnect to an ongoing conversation stream using the conversationId and messageId obtained from streamContext of the externalAskQuestion subscription. Replays missed events and continues streaming from where the previous connection left off.

externalSubscribeMessage(
conversationId: String!
messageId: String!
): AssistantSubscribeMessageStreamEvent

Arguments

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

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

Type

AssistantSubscribeMessageStreamEvent object graph-ql-types

A streaming event emitted during reconnection. Contains replayed and/or live events.