Interface CreateConversationDatasetRequestOrBuilder (4.19.0)

public interface CreateConversationDatasetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversationDataset()

public abstract ConversationDataset getConversationDataset()

Required. The conversation dataset to create.

.google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationDataset

The conversationDataset.

getConversationDatasetOrBuilder()

public abstract ConversationDatasetOrBuilder getConversationDatasetOrBuilder()

Required. The conversation dataset to create.

.google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConversationDatasetOrBuilder

getParent()

public abstract String getParent()

Required. The project to create conversation dataset for. Format: projects/<Project ID>/locations/<Location ID>

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The project to create conversation dataset for. Format: projects/<Project ID>/locations/<Location ID>

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

hasConversationDataset()

public abstract boolean hasConversationDataset()

Required. The conversation dataset to create.

.google.cloud.dialogflow.v2.ConversationDataset conversation_dataset = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the conversationDataset field is set.