Update conversation metadata
Use this API request to add or change conversation metadata. Conversation metadata is a collection of custom key-value pairs that you can use to label the conversation. Conversation metadata is also used to include conversations in Conversation groups.
Authentication
This request requires an access token, as described in Authenticate.
Conversation ID
This request requires a conversation ID, generated when you Process a Conversation.
To add or change the metadata for a conversation, use the operation:
PUT https://api.symbl.ai/v1/conversations/{conversationId}
To make this request from the API reference, see Update conversation.
Updated about 1 month ago