Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
The configuration used for human agent side Dialogflow assist suggestion.
Instance Attribute Summary collapse
-
#agent ⇒ ::String
Optional.
Instance Attribute Details
#agent ⇒ ::String
Returns Optional. The name of a dialogflow virtual agent used for intent
detection and suggestion triggered by human agent.
Format: projects/<Project ID>/locations/<Location ID>/agent
.
428 429 430 431 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 428 class HumanAgentSideConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |