Conversation
Update a conversation
This operation updates a conversation which can, for instance, be used to update the metadata associated with a conversation.
patch/v1/projects/{project_id}/conversations/{conversation_id}
Query parameters
update_maskstring[]
The set of field mask paths.
metadata_update_strategy'REPLACE' | 'MERGE_PATCH'
Update strategy for the conversation_metadata field. Only supported in CONVERSATION processing mode.
Update strategy for the conversation_metadata field.
Request body
Example request
{
"active_channel": "WHATSAPP"
}Response
A successful response.
Example response
{
"active_channel": "WHATSAPP"
}