Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff

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

Returns a new instance of GoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff.



5503
5504
5505
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5503

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

Instance Attribute Details

#metadataHash<String,Object>

Corresponds to the JSON property metadata

Returns:

  • (Hash<String,Object>)


5501
5502
5503
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5501

def 
  @metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5508
5509
5510
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 5508

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