ListConversationModelsResponse

The response message for ConversationModels.ListConversationModels

JSON representation
{
  "conversationModels": [
    {
      object (ConversationModel)
    }
  ],
  "nextPageToken": string
}
Fields
conversationModels[]

object (ConversationModel)

The list of models to return.

nextPageToken

string

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