Package com.google.cloud.dialogflow.v2
Interface CreateConversationDatasetOperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateConversationDatasetOperationMetadata
,CreateConversationDatasetOperationMetadata.Builder
public interface CreateConversationDatasetOperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConversationDataset()
The resource name of the conversation dataset that will be created.com.google.protobuf.ByteString
getConversationDatasetBytes()
The resource name of the conversation dataset that will be created.-
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 conversation dataset that will be created. 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 conversation dataset that will be created. Format: `projects/<Project ID>/locations/<Location ID>/conversationDatasets/<Conversation Dataset Id>`
string conversation_dataset = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for conversationDataset.
-
-