Interface ImportConversationDataOperationResponseOrBuilder (4.47.0)

public interface ImportConversationDataOperationResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationDataset()

public abstract String getConversationDataset()

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

string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The conversationDataset.

getConversationDatasetBytes()

public abstract ByteString getConversationDatasetBytes()

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

string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for conversationDataset.

getImportCount()

public abstract int getImportCount()

Number of conversations imported successfully.

int32 import_count = 3;

Returns
TypeDescription
int

The importCount.