ListSessionEntityTypesResponse

The response message for SessionEntityTypes.ListSessionEntityTypes.

JSON representation
{
  "sessionEntityTypes": [
    {
      object (SessionEntityType)
    }
  ],
  "nextPageToken": string
}
Fields
sessionEntityTypes[]

object (SessionEntityType)

The list of session entity types. There will be 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.