Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::RewriterModelCallSignals

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

Overview

Diagnostic info related to the rewriter model call.

Instance Attribute Summary collapse

Instance Attribute Details

#model::String

Returns Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.

Returns:

  • (::String)

    Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.



90
91
92
93
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90

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

#model_output::String

Returns Output of the generative model.

Returns:

  • (::String)

    Output of the generative model.



90
91
92
93
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90

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

#rendered_prompt::String

Returns Prompt as sent to the model.

Returns:

  • (::String)

    Prompt as sent to the model.



90
91
92
93
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90

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