Class: Google::Cloud::Dialogflow::CX::V3::LlmModelSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::LlmModelSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb
Overview
Settings for LLM models.
Instance Attribute Summary collapse
-
#model ⇒ ::String
The selected LLM model.
-
#prompt_text ⇒ ::String
The custom prompt to use.
Instance Attribute Details
#model ⇒ ::String
Returns The selected LLM model.
120 121 122 123 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb', line 120 class LlmModelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prompt_text ⇒ ::String
Returns The custom prompt to use.
120 121 122 123 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/generative_settings.rb', line 120 class LlmModelSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |