Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::ImportConversationDataOperationResponse (v0.34.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::ImportConversationDataOperationResponse.

Response used for ConversationDatasets.ImportConversationData long running operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation_dataset

def conversation_dataset() -> ::String
Returns
  • (::String) — The resource name of the imported conversation dataset. Format: projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>

#conversation_dataset=

def conversation_dataset=(value) -> ::String
Parameter
  • value (::String) — 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>

#import_count

def import_count() -> ::Integer
Returns
  • (::Integer) — Number of conversations imported successfully.

#import_count=

def import_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Number of conversations imported successfully.
Returns
  • (::Integer) — Number of conversations imported successfully.