Class: Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Dialogflow source setting.
Supported feature: DIALOGFLOW_ASSIST.
Defined Under Namespace
Classes: HumanAgentSideConfig
Instance Attribute Summary collapse
-
#agent ⇒ ::String
Required.
-
#human_agent_side_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
Optional.
Instance Attribute Details
#agent ⇒ ::String
Returns Required. The name of a Dialogflow virtual agent used for end user side
intent detection and suggestion. Format: projects/<Project
ID>/locations/<Location ID>/agent
. When multiple agents are allowed in
the same Dialogflow project.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 417 class DialogflowQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration used for human agent side Dialogflow assist # suggestion. # @!attribute [rw] agent # @return [::String] # 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`. class HumanAgentSideConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#human_agent_side_config ⇒ ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
Returns Optional. The Dialogflow assist configuration for human agent.
417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 417 class DialogflowQuerySource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration used for human agent side Dialogflow assist # suggestion. # @!attribute [rw] agent # @return [::String] # 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`. class HumanAgentSideConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |