Skip to main content
message_type
string

Message type indicates what product this event will be used for. In this case, the message_type will be conversation

Example:

"conversation"

event_type
string

This is the type of event that is being sent back. This field will always be conversation.utterance.streaming.

Example:

"conversation.utterance.streaming"

conversation_id
string

The unique identifier for the conversation.

Example:

"c123456"

inference_id
string

A unique identifier for the replica's current inference turn. Can be used to correlate with other events such as conversation.utterance and conversation.replica.started_speaking.

Example:

"83294d9f-8306-491b-a284-791f56c8383f"

properties
object

Contains the accumulated spoken text and metadata about the streaming state.