Class: Google::Cloud::Dialogflow::V2::ImportConversationDataOperationResponse

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

Response used for ConversationDatasets.ImportConversationData long running operation.

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_dataset::String

Returns The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>.

Returns:

  • (::String)

    The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>



205
206
207
208
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 205

class ImportConversationDataOperationResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#import_count::Integer

Returns Number of conversations imported successfully.

Returns:

  • (::Integer)

    Number of conversations imported successfully.



205
206
207
208
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_dataset.rb', line 205

class ImportConversationDataOperationResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end