Class: Google::Cloud::DiscoveryEngine::V1beta::Engine::ChatEngineConfig::AgentCreationConfig

Inherits:
Object
  • Object
show all
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

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