Class: Google::Cloud::Dialogflow::V2::ListEntityTypesResponse

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

Overview

The response message for EntityTypes::ListEntityTypes.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typesArray<Google::Cloud::Dialogflow::V2::EntityType>

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

Returns:



116
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 116

class ListEntityTypesResponse; end

#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.



116
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/entity_type.rb', line 116

class ListEntityTypesResponse; end