public interface ImportConversationDataOperationResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for conversationDataset. |
getImportCount()
public abstract int getImportCount()Number of conversations imported successfully.
int32 import_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The importCount. |