Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig

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) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySourceHumanAgentSideConfig.



14825
14826
14827
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14825

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

Instance Attribute Details

#agentString

Corresponds to the JSON property agent

Returns:

  • (String)


14823
14824
14825
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14823

def agent
  @agent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14830
14831
14832
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14830

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