Class: Google::Cloud::DiscoveryEngine::V1::Engine::ChatEngineConfig::AgentCreationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Engine::ChatEngineConfig::AgentCreationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
Configurations for generating a Dialogflow agent.
Note that these configurations are one-time consumed by and passed to Dialogflow service. It means they cannot be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation.
Instance Attribute Summary collapse
-
#business ⇒ ::String
Name of the company, organization or other entity that the agent represents.
-
#default_language_code ⇒ ::String
Required.
-
#location ⇒ ::String
Agent location for Agent creation, supported values: global/us/eu.
-
#time_zone ⇒ ::String
Required.
Instance Attribute Details
#business ⇒ ::String
Returns Name of the company, organization or other entity that the agent represents. Used for knowledge connector LLM prompt and for knowledge search.
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 185 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_language_code ⇒ ::String
Returns Required. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes.
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 185 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Agent location for Agent creation, supported values: global/us/eu. If not provided, us Engine will create Agent using us-central-1 by default; eu Engine will create Agent using eu-west-1 by default.
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 185 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
Returns Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
185 186 187 188 |
# File 'proto_docs/google/cloud/discoveryengine/v1/engine.rb', line 185 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |