Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource.
Dialogflow source setting.
Supported feature: DIALOGFLOW_ASSIST.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent
def agent() -> ::String
Returns
-
(::String) — 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.
#agent=
def agent=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#human_agent_side_config
def human_agent_side_config() -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
Returns
- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig) — Optional. The Dialogflow assist configuration for human agent.
#human_agent_side_config=
def human_agent_side_config=(value) -> ::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig) — Optional. The Dialogflow assist configuration for human agent.
Returns
- (::Google::Cloud::Dialogflow::V2::HumanAgentAssistantConfig::SuggestionQueryConfig::DialogflowQuerySource::HumanAgentSideConfig) — Optional. The Dialogflow assist configuration for human agent.