public interface CreateConversationDatasetOperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConversationDataset()
public abstract 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 | |
---|---|
Type | Description |
String |
The conversationDataset. |
getConversationDatasetBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for conversationDataset. |