public interface ImportConversationDataOperationResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getConversationDataset()
The resource name of the imported conversation dataset.
|
ByteString |
getConversationDatasetBytes()
The resource name of the imported conversation dataset.
|
int |
getImportCount()
Number of conversations imported successfully.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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) = { ... }
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) = { ... }
int getImportCount()
Number of conversations imported successfully.
int32 import_count = 3;
Copyright © 2022 Google LLC. All rights reserved.