Class: Google::Cloud::Dialogflow::CX::V3::Agent::PersonalizationSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/agent.rb

Overview

Settings for end user personalization.

Instance Attribute Summary collapse

Instance Attribute Details

#default_end_user_metadata::Google::Protobuf::Struct

Returns Optional. Default end user metadata, used when processing DetectIntent requests. Recommended to be filled as a template instead of hard-coded value, for example { "age": "$session.params.age" }. The data will be merged with the QueryParameters.end_user_metadata in DetectIntentRequest.query_params during query processing.

Returns:



213
214
215
216
# File 'proto_docs/google/cloud/dialogflow/cx/v3/agent.rb', line 213

class PersonalizationSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end