Uses of Interface
com.google.cloud.dialogflow.v2beta1.DocumentOrBuilder
-
Packages that use DocumentOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DocumentOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement DocumentOrBuilder Modifier and Type Class Description classDocumentA knowledge document to be used by a [KnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBase].static classDocument.BuilderA knowledge document to be used by a [KnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBase].Methods in com.google.cloud.dialogflow.v2beta1 that return DocumentOrBuilder Modifier and Type Method Description DocumentOrBuilderCreateDocumentRequest.Builder. getDocumentOrBuilder()Required.DocumentOrBuilderCreateDocumentRequest. getDocumentOrBuilder()Required.DocumentOrBuilderCreateDocumentRequestOrBuilder. getDocumentOrBuilder()Required.DocumentOrBuilderUpdateDocumentRequest.Builder. getDocumentOrBuilder()Required.DocumentOrBuilderUpdateDocumentRequest. getDocumentOrBuilder()Required.DocumentOrBuilderUpdateDocumentRequestOrBuilder. getDocumentOrBuilder()Required.DocumentOrBuilderListDocumentsResponse.Builder. getDocumentsOrBuilder(int index)The list of documents.DocumentOrBuilderListDocumentsResponse. getDocumentsOrBuilder(int index)The list of documents.DocumentOrBuilderListDocumentsResponseOrBuilder. getDocumentsOrBuilder(int index)The list of documents.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type DocumentOrBuilder Modifier and Type Method Description List<? extends DocumentOrBuilder>ListDocumentsResponse.Builder. getDocumentsOrBuilderList()The list of documents.List<? extends DocumentOrBuilder>ListDocumentsResponse. getDocumentsOrBuilderList()The list of documents.List<? extends DocumentOrBuilder>ListDocumentsResponseOrBuilder. getDocumentsOrBuilderList()The list of documents.
-