Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
ConversationDatasetName |
ConversationDatasetName.Builder.build() |
static ConversationDatasetName |
ConversationDatasetName.of(String project,
String location,
String conversationDataset) |
static ConversationDatasetName |
ConversationDatasetName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ConversationDatasetName> |
ConversationDatasetName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Empty,DeleteConversationDatasetOperationMetadata> |
ConversationDatasetsClient.deleteConversationDatasetAsync(ConversationDatasetName name)
Deletes the specified conversation dataset.
|
ConversationDataset |
ConversationDatasetsClient.getConversationDataset(ConversationDatasetName name)
Retrieves the specified conversation dataset.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ConversationDatasetName.toStringList(List<ConversationDatasetName> values) |
Copyright © 2022 Google LLC. All rights reserved.