Skip to content

Side Conversation Summary

A side conversation with its conversation parts.

side_conversation_idstring

The unique identifier for the side conversation.

Example:"456"
conversation_partsArray of objects(Conversation Part)

The conversation parts (messages) in this side conversation.

total_countinteger

The total number of conversation parts in this side conversation.

Example:1
{ "side_conversation_id": "456", "conversation_parts": [ {} ], "total_count": 1 }