Class: Google::Cloud::Dialogflow::V2::GetGeneratorRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetGeneratorRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator.rb
Overview
Request message of GetGenerator.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The generator resource name to retrieve. Format:
projects/<Project ID>/locations/<Location ID>
/generators/
54 55 56 57 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator.rb', line 54 class GetGeneratorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |