Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ConversationDataset.
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).
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#conversation_count
def conversation_count() -> ::Integer
Returns
- (::Integer) — Output only. The number of conversations this conversation dataset contains.
#conversation_info
def conversation_info() -> ::Google::Cloud::Dialogflow::V2::ConversationInfo
Returns
- (::Google::Cloud::Dialogflow::V2::ConversationInfo) — Output only. Metadata set during conversation data import.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Creation time of this dataset.
#description
def description() -> ::String
Returns
- (::String) — Optional. The description of the dataset. Maximum of 10000 bytes.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. The description of the dataset. Maximum of 10000 bytes.
Returns
- (::String) — Optional. The description of the dataset. Maximum of 10000 bytes.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The display name of the dataset. Maximum of 64 bytes.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The display name of the dataset. Maximum of 64 bytes.
Returns
- (::String) — Required. The display name of the dataset. Maximum of 64 bytes.
#input_config
def input_config() -> ::Google::Cloud::Dialogflow::V2::InputConfig
Returns
- (::Google::Cloud::Dialogflow::V2::InputConfig) — Output only. Input configurations set during conversation data import.
#name
def name() -> ::String
Returns
-
(::String) — Output only. ConversationDataset resource name. Format:
projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset ID>