Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig

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

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantConfig.



14454
14455
14456
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14454

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

Instance Attribute Details

#end_user_suggestion_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig

Corresponds to the JSON property endUserSuggestionConfig



14437
14438
14439
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14437

def end_user_suggestion_config
  @end_user_suggestion_config
end

#human_agent_suggestion_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionConfig

Corresponds to the JSON property humanAgentSuggestionConfig



14442
14443
14444
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14442

def human_agent_suggestion_config
  @human_agent_suggestion_config
end

#message_analysis_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigMessageAnalysisConfig

Corresponds to the JSON property messageAnalysisConfig



14447
14448
14449
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14447

def message_analysis_config
  @message_analysis_config
end

#notification_configGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1NotificationConfig

Corresponds to the JSON property notificationConfig



14452
14453
14454
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14452

def notification_config
  @notification_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14459
14460
14461
14462
14463
14464
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 14459

def update!(**args)
  @end_user_suggestion_config = args[:end_user_suggestion_config] if args.key?(:end_user_suggestion_config)
  @human_agent_suggestion_config = args[:human_agent_suggestion_config] if args.key?(:human_agent_suggestion_config)
  @message_analysis_config = args[:message_analysis_config] if args.key?(:message_analysis_config)
  @notification_config = args[:notification_config] if args.key?(:notification_config)
end