📄️ Create a new Message for a Conversation
A Message is typically a piece of plain text contributed to the conversation by the `user` or the `agent`. However, it can also be a `control` message that changes the state of the conversation. (See below.)
📄️ Get a specific Message by ID
Get a specific Message by ID
📄️ Get a list of all Messages in a Conversation
Get a list of all Messages in a Conversation
📄️ Cancel a the last Message in a Conversation
Cancels the last Message in a Conversation. This is useful if the user wants to stop waiting for a response from the agent.