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.
-
#session_ttl ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#agent ⇒ ::String
216 217 218 219 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 216 class AutomatedAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_ttl ⇒ ::Google::Protobuf::Duration
216 217 218 219 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 216 class AutomatedAgentConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |