Class: Google::Cloud::Dialogflow::CX::V3::CreateGeneratorRequest

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.CreateGenerator.

Instance Attribute Summary collapse

Instance Attribute Details

#generator::Google::Cloud::Dialogflow::CX::V3::Generator

Returns Required. The generator to create.

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 173

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

#language_code::String

Returns The language to create generators for the following fields:

  • Generator.prompt_text.text If not specified, the agent's default language is used.

Returns:

  • (::String)

    The language to create generators for the following fields:

    • Generator.prompt_text.text If not specified, the agent's default language is used.


173
174
175
176
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 173

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

#parent::String

Returns Required. The agent to create a generator for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. The agent to create a generator for. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



173
174
175
176
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generator.rb', line 173

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