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 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)
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.Document
DocumentsClient. 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)
-