Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
- 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
-
#live_person_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
Corresponds to the JSON property
livePersonConfig. -
#salesforce_live_agent_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
Corresponds to the JSON property
salesforceLiveAgentConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
constructor
A new instance of GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig
Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentHandoffConfig.
15015 15016 15017 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15015 def initialize(**args) update!(**args) end |
Instance Attribute Details
#live_person_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigLivePersonConfig
Corresponds to the JSON property livePersonConfig
15008 15009 15010 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15008 def live_person_config @live_person_config end |
#salesforce_live_agent_config ⇒ Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentHandoffConfigSalesforceLiveAgentConfig
Corresponds to the JSON property salesforceLiveAgentConfig
15013 15014 15015 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15013 def salesforce_live_agent_config @salesforce_live_agent_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15020 15021 15022 15023 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 15020 def update!(**args) @live_person_config = args[:live_person_config] if args.key?(:live_person_config) @salesforce_live_agent_config = args[:salesforce_live_agent_config] if args.key?(:salesforce_live_agent_config) end |