Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::RewriterModelCallSignals.
Diagnostic info related to the rewriter model call.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::String
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.
#model=
def model=(value) -> ::String
Parameter
- value (::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.
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.
#model_output
def model_output() -> ::String
Returns
- (::String) — Output of the generative model.
#model_output=
def model_output=(value) -> ::String
Parameter
- value (::String) — Output of the generative model.
Returns
- (::String) — Output of the generative model.
#rendered_prompt
def rendered_prompt() -> ::String
Returns
- (::String) — Prompt as sent to the model.
#rendered_prompt=
def rendered_prompt=(value) -> ::String
Parameter
- value (::String) — Prompt as sent to the model.
Returns
- (::String) — Prompt as sent to the model.