Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/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) ⇒ GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings
constructor
A new instance of GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings
Returns a new instance of GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings.
4207 4208 4209 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4207 def initialize(**args) update!(**args) end |
Instance Attribute Details
#default_end_user_metadata ⇒ Hash<String,Object>
Corresponds to the JSON property defaultEndUserMetadata
4205 4206 4207 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4205 def @default_end_user_metadata end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4212 4213 4214 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4212 def update!(**args) @default_end_user_metadata = args[:default_end_user_metadata] if args.key?(:default_end_user_metadata) end |