The ID of the agent associated with the conversation, used to fetch assistant messages.
An array of agent IDs associated with the conversation, used to fetch all assistant messages.
A mutable reference to an array of introductory assistant messages, used to prepend to fetched assistant messages.
A mutable reference to an array of introductory chat messages, used to prepend to fetched chat messages.
The passcode for accessing chat messages in the conversation.
The unique identifier for the current conversation, used to fetch messages.
Whether the user has completed the initial join process for the conversation.
The pseudonym of the current user, used to filter messages and replies.
The ID of the current user participating in the conversation.
Parameters required for the useConversationMessages hook.