Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb

Overview

Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.



9876
9877
9878
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9876

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#agentString

Required. The name of a dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects//locations//agent. When multiple agents are allowed in the same Dialogflow project. Corresponds to the JSON property agent

Returns:

  • (String)


9874
9875
9876
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9874

def agent
  @agent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9881
9882
9883
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 9881

def update!(**args)
  @agent = args[:agent] if args.key?(:agent)
end