Class: Google::Cloud::Dialogflow::V2::ConversationDataset
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ConversationDataset
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb
Overview
Represents a conversation dataset that a user imports raw data into. The data inside ConversationDataset can not be changed after ImportConversationData finishes (and calling ImportConversationData on a dataset that already has data is not allowed).
Instance Attribute Summary collapse
-
#conversation_count ⇒ ::Integer
readonly
Output only.
-
#conversation_info ⇒ ::Google::Cloud::Dialogflow::V2::ConversationInfo
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#input_config ⇒ ::Google::Cloud::Dialogflow::V2::InputConfig
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#satisfies_pzi ⇒ ::Boolean
readonly
Output only.
-
#satisfies_pzs ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#conversation_count ⇒ ::Integer (readonly)
Returns Output only. The number of conversations this conversation dataset contains.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#conversation_info ⇒ ::Google::Cloud::Dialogflow::V2::ConversationInfo (readonly)
Returns Output only. Metadata set during conversation data import.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation time of this dataset.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The description of the dataset. Maximum of 10000 bytes.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the dataset. Maximum of 64 bytes.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#input_config ⇒ ::Google::Cloud::Dialogflow::V2::InputConfig (readonly)
Returns Output only. Input configurations set during conversation data import.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. ConversationDataset resource name. Format:
projects/<Project ID>/locations/<Location
ID>/conversationDatasets/<Conversation Dataset ID>
.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzi ⇒ ::Boolean (readonly)
Returns Output only. A read only boolean field reflecting Zone Isolation status of the dataset.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzs ⇒ ::Boolean (readonly)
Returns Output only. A read only boolean field reflecting Zone Separation status of the dataset.
83 84 85 86 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 83 class ConversationDataset include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |