Class: Google::Cloud::Dialogflow::V2::ListSessionEntityTypesResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session_entity_type.rb

Overview

The response message for SessionEntityTypes::ListSessionEntityTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)

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



83
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session_entity_type.rb', line 83

class ListSessionEntityTypesResponse; end

#session_entity_typesArray<Google::Cloud::Dialogflow::V2::SessionEntityType>

The list of session entity types. There will be a maximum number of items returned based on the page_size field in the request.

Returns:



83
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session_entity_type.rb', line 83

class ListSessionEntityTypesResponse; end