Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Hash<String,Object>
Corresponds to the JSON property
metadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
constructor
A new instance of GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff
Returns a new instance of GoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff.
6615 6616 6617 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6615 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata ⇒ Hash<String,Object>
Corresponds to the JSON property metadata
6613 6614 6615 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6613 def @metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6620 6621 6622 |
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 6620 def update!(**args) @metadata = args[:metadata] if args.key?(:metadata) end |