Messages
Get a Specific Message from a Session
To fetch a particular message from a session, utilize the get_session_message
method. Below are examples in Python and TypeScript:
Python
TypeScript
Getting all Messages from a Session
Python
TypeScript
Updating Session Message Metadata
You have the ability to modify the metadata of a message. Please provide the metadata in the following format. Note that at this time, it’s not possible to update the content of a message itself.