Class: Google::Cloud::Dialogflow::CX::V3::ListGeneratorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListGeneratorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/generator.rb
Overview
The response message for Generators.ListGenerators.
Instance Attribute Summary collapse
-
#generators ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Generator>
The list of generators.
-
#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::CX::V3::Generator>
Returns The list of generators. There will be a maximum number of items returned based on the page_size field in the request.
139 140 141 142 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 139 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.
139 140 141 142 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 139 class ListGeneratorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |