Context
The context object is used to exchange information between the user and the app. This reference page provides details on the properties found in the context
object, the parameters of any app’s entry point.
Properties
Unique identifier for the conversation context. All exchanges between the user and the app within the same context will share this ID.
Example: 123e4567-e89b-12d3-a456-426614174000
An object representing the user’s message. It includes various sub-properties.
A list of previous messages in the conversation, providing context and continuity.
Allows the user to send a complete message.
⚠️Currently, only text
messages are supported.⚠️
Enables the developer to send a message stream instead of a full message.
⚠️Currently, only text
messages are supported.⚠️