ListConversationsResponse

The response of listing conversations.

JSON representation
{
  "conversations": [
    {
      object (Conversation)
    }
  ],
  "nextPageToken": string
}
Fields
conversations[]

object (Conversation)

The conversations that match the request.

nextPageToken

string

A token which can be sent as pageToken to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.