Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
DocumentName |
DocumentName.Builder.build() |
DocumentName |
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder.build() |
static DocumentName |
DocumentName.of(String project,
String knowledgeBase,
String document) |
static DocumentName |
DocumentName.ofProjectKnowledgeBaseDocumentName(String project,
String knowledgeBase,
String document) |
static DocumentName |
DocumentName.ofProjectLocationKnowledgeBaseDocumentName(String project,
String location,
String knowledgeBase,
String document) |
static DocumentName |
DocumentName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<DocumentName> |
DocumentName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Empty,KnowledgeOperationMetadata> |
DocumentsClient.deleteDocumentAsync(DocumentName name)
Deletes the specified document.
|
Document |
DocumentsClient.getDocument(DocumentName name)
Retrieves the specified document.
|
OperationFuture<Document,KnowledgeOperationMetadata> |
DocumentsClient.reloadDocumentAsync(DocumentName name,
GcsSource gcsSource)
Reloads the specified document from its specified source, content_uri or content.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
DocumentName.toStringList(List<DocumentName> values) |
Copyright © 2022 Google LLC. All rights reserved.