Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineConfig::AgentCreationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineConfig::AgentCreationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/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
186 187 188 189 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 186 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#default_language_code ⇒ ::String
186 187 188 189 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 186 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
186 187 188 189 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 186 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
186 187 188 189 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/engine.rb', line 186 class AgentCreationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |