Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.QnADocumentsDTO
-
Packages that use QnADocumentsDTO Package Description com.microsoft.azure.cognitiveservices.knowledge.qnamaker This package contains the classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation This package contains the implementation classes for QnAMakerClient.com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models This package contains the models classes for QnAMakerClient. -
-
Uses of QnADocumentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return QnADocumentsDTO Modifier and Type Method Description QnADocumentsDTO
Knowledgebases. download(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)
Download the knowledgebase.QnADocumentsDTO
Knowledgebases.KnowledgebasesDownloadDefinitionStages.WithExecute. execute()
Execute the request.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return types with arguments of type QnADocumentsDTO Modifier and Type Method Description rx.Observable<QnADocumentsDTO>
Knowledgebases. downloadAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)
Download the knowledgebase.rx.Observable<QnADocumentsDTO>
Knowledgebases.KnowledgebasesDownloadDefinitionStages.WithExecute. executeAsync()
Execute the request asynchronously. -
Uses of QnADocumentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return QnADocumentsDTO Modifier and Type Method Description QnADocumentsDTO
KnowledgebasesImpl. download(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)
Download the knowledgebase.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return types with arguments of type QnADocumentsDTO Modifier and Type Method Description rx.Observable<QnADocumentsDTO>
KnowledgebasesImpl. downloadAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)
Download the knowledgebase.com.microsoft.rest.ServiceFuture<QnADocumentsDTO>
KnowledgebasesImpl. downloadAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter, com.microsoft.rest.ServiceCallback<QnADocumentsDTO> serviceCallback)
Download the knowledgebase.rx.Observable<com.microsoft.rest.ServiceResponse<QnADocumentsDTO>>
KnowledgebasesImpl. downloadWithServiceResponseAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)
Download the knowledgebase.rx.Observable<com.microsoft.rest.ServiceResponse<QnADocumentsDTO>>
KnowledgebasesImpl. downloadWithServiceResponseAsync(String kbId, EnvironmentType environment, String source, String changedSince)
Download the knowledgebase.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type QnADocumentsDTO Modifier and Type Method Description com.microsoft.rest.ServiceFuture<QnADocumentsDTO>
KnowledgebasesImpl. downloadAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter, com.microsoft.rest.ServiceCallback<QnADocumentsDTO> serviceCallback)
Download the knowledgebase. -
Uses of QnADocumentsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return QnADocumentsDTO Modifier and Type Method Description QnADocumentsDTO
QnADocumentsDTO. withQnaDocuments(List<QnADTO> qnaDocuments)
Set the qnaDocuments value.
-