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 Number/ 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 Number/ 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 Number/ ID>/locations/<Location ID>/agent
. When multiple agents are allowed in the same Dialogflow project.