Class: Google::Cloud::DiscoveryEngine::V1::AssistUserMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AssistUserMetadata
- 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
-
#preferred_language_code ⇒ ::String
Optional.
-
#time_zone ⇒ ::String
Optional.
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.
33 34 35 36 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assistant_service.rb', line 33 class AssistUserMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String
Returns 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 AssistUserMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |