Uses of Class
com.google.cloud.dialogflow.v2beta1.DocumentName
-
Packages that use DocumentName Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DocumentName in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 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.v2beta1 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, GcsSource gcsSource)Reloads the specified document from its specified source, content_uri or content.Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type DocumentName Modifier and Type Method Description static List<String>DocumentName. toStringList(List<DocumentName> values)
-