Package com.google.cloud.dialogflow.v2
Interface ImportConversationDataOperationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportConversationDataOperationResponse,ImportConversationDataOperationResponse.Builder
public interface ImportConversationDataOperationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConversationDataset()The resource name of the imported conversation dataset.com.google.protobuf.ByteStringgetConversationDatasetBytes()The resource name of the imported conversation dataset.intgetImportCount()Number of conversations imported successfully.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConversationDataset
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:
- The conversationDataset.
-
getConversationDatasetBytes
com.google.protobuf.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:
- The bytes for conversationDataset.
-
getImportCount
int getImportCount()
Number of conversations imported successfully.
int32 import_count = 3;- Returns:
- The importCount.
-
-