Class: Google::Cloud::Dialogflow::CX::V3::GetGeneratorRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/generator.rb

Overview

The request message for Generators.GetGenerator.

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns The language to list generators for.

Returns:

  • (::String)

    The language to list generators for.



121
122
123
124
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 121

class GetGeneratorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The name of the generator. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/generators/<Generator ID>.

Returns:

  • (::String)

    Required. The name of the generator. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/generators/<Generator ID>.



121
122
123
124
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 121

class GetGeneratorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end