Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::Assistant::GenerationConfig (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::Assistant::GenerationConfig.

Configuration for the generation of the assistant response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allowed_model_ids

def allowed_model_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. The list of models that are allowed to be used for assistant.

#allowed_model_ids=

def allowed_model_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. The list of models that are allowed to be used for assistant.
Returns
  • (::Array<::String>) — Optional. The list of models that are allowed to be used for assistant.

#default_language

def default_language() -> ::String
Returns
  • (::String) — The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as en. If not specified, the language will be automatically detected.

#default_language=

def default_language=(value) -> ::String
Parameter
  • value (::String) — The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as en. If not specified, the language will be automatically detected.
Returns
  • (::String) — The default language to use for the generation of the assistant response. Use an ISO 639-1 language code such as en. If not specified, the language will be automatically detected.

#default_model_id

def default_model_id() -> ::String
Returns
  • (::String) — Optional. The default model to use for assistant.

#default_model_id=

def default_model_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The default model to use for assistant.
Returns
  • (::String) — Optional. The default model to use for assistant.

#system_instruction

def system_instruction() -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant::GenerationConfig::SystemInstruction
Returns

#system_instruction=

def system_instruction=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Assistant::GenerationConfig::SystemInstruction
Parameter
Returns