Uses of Class
com.google.cloud.dialogflow.v2beta1.KnowledgeBaseName
-
Packages that use KnowledgeBaseName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of KnowledgeBaseName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return KnowledgeBaseName Modifier and Type Method Description KnowledgeBaseNameKnowledgeBaseName.Builder. build()KnowledgeBaseNameKnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder. build()static KnowledgeBaseNameKnowledgeBaseName. of(String project, String knowledgeBase)static KnowledgeBaseNameKnowledgeBaseName. ofProjectKnowledgeBaseName(String project, String knowledgeBase)static KnowledgeBaseNameKnowledgeBaseName. ofProjectLocationKnowledgeBaseName(String project, String location, String knowledgeBase)static KnowledgeBaseNameKnowledgeBaseName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type KnowledgeBaseName Modifier and Type Method Description static List<KnowledgeBaseName>KnowledgeBaseName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type KnowledgeBaseName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>DocumentsClient. createDocumentAsync(KnowledgeBaseName parent, Document document)Creates a new document.voidKnowledgeBasesClient. deleteKnowledgeBase(KnowledgeBaseName name)Deletes the specified knowledge base.KnowledgeBaseKnowledgeBasesClient. getKnowledgeBase(KnowledgeBaseName name)Retrieves the specified knowledge base.DocumentsClient.ListDocumentsPagedResponseDocumentsClient. listDocuments(KnowledgeBaseName parent)Returns the list of all documents of the knowledge base.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type KnowledgeBaseName Modifier and Type Method Description static List<String>KnowledgeBaseName. toStringList(List<KnowledgeBaseName> values)
-