Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::LlmModelSettings (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::LlmModelSettings.

Settings for LLM models.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model

def model() -> ::String
Returns
  • (::String) — The selected LLM model.

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — The selected LLM model.
Returns
  • (::String) — The selected LLM model.

#prompt_text

def prompt_text() -> ::String
Returns
  • (::String) — The custom prompt to use.

#prompt_text=

def prompt_text=(value) -> ::String
Parameter
  • value (::String) — The custom prompt to use.
Returns
  • (::String) — The custom prompt to use.