Class: Google::Cloud::Dialogflow::V2::ListIntentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListIntentsResponse
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb
Overview
The response message for Intents::ListIntents.
Instance Attribute Summary collapse
-
#intents ⇒ Array<Google::Cloud::Dialogflow::V2::Intent>
The list of agent intents.
-
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#intents ⇒ Array<Google::Cloud::Dialogflow::V2::Intent>
The list of agent intents. There will be a maximum number of items returned based on the page_size field in the request.
573 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 573 class ListIntentsResponse; end |
#next_page_token ⇒ String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
573 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/intent.rb', line 573 class ListIntentsResponse; end |