Class: Google::Cloud::Dialogflow::V2::ConversationDataset

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#conversation_count::Integer (readonly)

Returns Output only. The number of conversations this conversation dataset contains.

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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

Returns:

  • (::String)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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