Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings
- 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
-
#default_end_user_metadata ⇒ Hash<String,Object>
Corresponds to the JSON property
defaultEndUserMetadata.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3AgentPersonalizationSettings
constructor
A new instance of GoogleCloudDialogflowCxV3AgentPersonalizationSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_metadata ⇒ Hash<String,Object>
Corresponds to the JSON property defaultEndUserMetadata
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 |