ListConversationProfilesResponse

The response message for ConversationProfiles.ListConversationProfiles.

JSON representation
{
  "conversationProfiles": [
    {
      object (ConversationProfile)
    }
  ],
  "nextPageToken": string
}
Fields
conversationProfiles[]

object (ConversationProfile)

The list of project conversation profiles. There is a maximum number of items returned based on the pageSize field in the request.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.