Uses of Class
com.google.cloud.dialogflow.v2.ConversationDatasetName
-
Packages that use ConversationDatasetName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of ConversationDatasetName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ConversationDatasetName Modifier and Type Method Description ConversationDatasetName
ConversationDatasetName.Builder. build()
static ConversationDatasetName
ConversationDatasetName. of(String project, String location, String conversationDataset)
static ConversationDatasetName
ConversationDatasetName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ConversationDatasetName Modifier and Type Method Description static List<ConversationDatasetName>
ConversationDatasetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.dialogflow.v2 with parameters of type ConversationDatasetName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteConversationDatasetOperationMetadata>
ConversationDatasetsClient. deleteConversationDatasetAsync(ConversationDatasetName name)
Deletes the specified conversation dataset.ConversationDataset
ConversationDatasetsClient. getConversationDataset(ConversationDatasetName name)
Retrieves the specified conversation dataset.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ConversationDatasetName Modifier and Type Method Description static List<String>
ConversationDatasetName. toStringList(List<ConversationDatasetName> values)
-