Class: Google::Cloud::Dialogflow::CX::V3::Fulfillment::GeneratorSettings

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

Overview

Generator settings used by the LLM to generate a text response.

Defined Under Namespace

Classes: InputParametersEntry

Instance Attribute Summary collapse

Instance Attribute Details

#generator::String



170
171
172
173
174
175
176
177
178
179
180
181
182
# File 'proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb', line 170

class GeneratorSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class InputParametersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#input_parameters::Google::Protobuf::Map{::String => ::String}



170
171
172
173
174
175
176
177
178
179
180
181
182
# File 'proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb', line 170

class GeneratorSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class InputParametersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#output_parameter::String



170
171
172
173
174
175
176
177
178
179
180
181
182
# File 'proto_docs/google/cloud/dialogflow/cx/v3/fulfillment.rb', line 170

class GeneratorSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class InputParametersEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end