Class: Google::Cloud::Dialogflow::V2::ListContextsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListContextsResponse
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/context.rb
Overview
The response message for Contexts::ListContexts.
Instance Attribute Summary collapse
-
#contexts ⇒ Array<Google::Cloud::Dialogflow::V2::Context>
The list of contexts.
-
#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
#contexts ⇒ Array<Google::Cloud::Dialogflow::V2::Context>
The list of contexts. There will be a maximum number of items returned based on the page_size field in the request.
60 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/context.rb', line 60 class ListContextsResponse; 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.
60 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/context.rb', line 60 class ListContextsResponse; end |