public interface CreateConversationDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the conversationDataset field is set. |