Uses of Class
com.google.cloud.dialogflow.v2.KnowledgeBaseName
-
Packages that use KnowledgeBaseName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of KnowledgeBaseName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return KnowledgeBaseName Modifier and Type Method Description KnowledgeBaseName
KnowledgeBaseName.Builder. build()
KnowledgeBaseName
KnowledgeBaseName.ProjectLocationKnowledgeBaseBuilder. build()
static KnowledgeBaseName
KnowledgeBaseName. of(String project, String knowledgeBase)
static KnowledgeBaseName
KnowledgeBaseName. ofProjectKnowledgeBaseName(String project, String knowledgeBase)
static KnowledgeBaseName
KnowledgeBaseName. ofProjectLocationKnowledgeBaseName(String project, String location, String knowledgeBase)
static KnowledgeBaseName
KnowledgeBaseName. parse(String formattedString)
Methods in com.google.cloud.dialogflow.v2 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.v2 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.void
KnowledgeBasesClient. deleteKnowledgeBase(KnowledgeBaseName name)
Deletes the specified knowledge base.KnowledgeBase
KnowledgeBasesClient. getKnowledgeBase(KnowledgeBaseName name)
Retrieves the specified knowledge base.DocumentsClient.ListDocumentsPagedResponse
DocumentsClient. listDocuments(KnowledgeBaseName parent)
Returns the list of all documents of the knowledge base.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type KnowledgeBaseName Modifier and Type Method Description static List<String>
KnowledgeBaseName. toStringList(List<KnowledgeBaseName> values)
-