Class: Google::Cloud::Dialogflow::V2::GetGeneratorRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The generator resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/generators/`.

Returns:

  • (::String)

    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