Uses of Class
com.google.cloud.dialogflow.v2.DocumentName
-
Packages that use DocumentName Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of DocumentName in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return DocumentName Modifier and Type Method Description DocumentNameDocumentName.Builder. build()DocumentNameDocumentName.ProjectLocationKnowledgeBaseDocumentBuilder. build()static DocumentNameDocumentName. of(String project, String knowledgeBase, String document)static DocumentNameDocumentName. ofProjectKnowledgeBaseDocumentName(String project, String knowledgeBase, String document)static DocumentNameDocumentName. ofProjectLocationKnowledgeBaseDocumentName(String project, String location, String knowledgeBase, String document)static DocumentNameDocumentName. parse(String formattedString)Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type DocumentName Modifier and Type Method Description static List<DocumentName>DocumentName. parseList(List<String> formattedStrings)Methods in com.google.cloud.dialogflow.v2 with parameters of type DocumentName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,KnowledgeOperationMetadata>DocumentsClient. deleteDocumentAsync(DocumentName name)Deletes the specified document.DocumentDocumentsClient. getDocument(DocumentName name)Retrieves the specified document.com.google.api.gax.longrunning.OperationFuture<Document,KnowledgeOperationMetadata>DocumentsClient. reloadDocumentAsync(DocumentName name, String contentUri)Reloads the specified document from its specified source, content_uri or content.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type DocumentName Modifier and Type Method Description static List<String>DocumentName. toStringList(List<DocumentName> values)
-