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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource.



14905
14906
14907
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14905

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

Instance Attribute Details

#agentString

Corresponds to the JSON property agent

Returns:

  • (String)


14898
14899
14900
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14898

def agent
  @agent
end

#human_agent_side_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig

Corresponds to the JSON property humanAgentSideConfig



14903
14904
14905
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14903

def human_agent_side_config
  @human_agent_side_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14910
14911
14912
14913
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14910

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