Class: Google::Cloud::Dialogflow::V2::ConversationInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ConversationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb
Overview
Represents metadata of a conversation.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
Instance Attribute Details
#language_code ⇒ ::String
Returns Optional. The language code of the conversation data within this dataset. See https://cloud.google.com/apis/design/standard_fields for more information. Supports all UTF-8 languages.
30 31 32 33 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 30 class ConversationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |