Class: Google::Cloud::DiscoveryEngine::V1::AssistUserMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb

Overview

User metadata of the request.

Instance Attribute Summary collapse

Instance Attribute Details

#preferred_language_code::String

Returns Optional. Preferred language to be used for answering if language detection fails. Also used as the language of error messages created by actions, regardless of language detection results.

Returns:

  • (::String)

    Optional. Preferred language to be used for answering if language detection fails. Also used as the language of error messages created by actions, regardless of language detection results.



33
34
35
36
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 33

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

#time_zone::String

Returns Optional. IANA time zone, e.g. Europe/Budapest.

Returns:

  • (::String)

    Optional. IANA time zone, e.g. Europe/Budapest.



33
34
35
36
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 33

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