Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static List<KnowledgeBaseName> |
KnowledgeBaseName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
KnowledgeBaseName.toStringList(List<KnowledgeBaseName> values) |
Copyright © 2022 Google LLC. All rights reserved.