Class: Google::Cloud::Dialogflow::V2::ListGeneratorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListGeneratorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Response of ListGenerators.
Instance Attribute Summary collapse
-
#generators ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Generator>
List of generators retrieved.
-
#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
#generators ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Generator>
Returns List of generators retrieved.
84 85 86 87 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 84 class ListGeneratorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
84 85 86 87 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 84 class ListGeneratorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |