Class: Google::Cloud::Dialogflow::V2::AutomatedAgentConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::AutomatedAgentConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Defines the Automated Agent to connect to a conversation.
Instance Attribute Summary collapse
-
#agent ⇒ ::String
Required.
Instance Attribute Details
#agent ⇒ ::String
199 200 201 202 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 199 class AutomatedAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |