Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentPersonalizationSettings

Returns a new instance of GoogleCloudDialogflowCxV3AgentPersonalizationSettings.



537
538
539
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 537

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

Instance Attribute Details

#default_end_user_metadataHash<String,Object>

Corresponds to the JSON property defaultEndUserMetadata

Returns:

  • (Hash<String,Object>)


535
536
537
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 535

def 
  @default_end_user_metadata
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



542
543
544
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 542

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