ListConversationsResponse

Response for ListConversations method.

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

object (Conversation)

All the Conversations for a given data store.

nextPageToken

string

Pagination token, if not returned indicates the last page.