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
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 |