Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.DownloadOptionalParameter
-
Packages that use DownloadOptionalParameter 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 DownloadOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with parameters of type DownloadOptionalParameter Modifier and Type Method Description QnADocumentsDTOKnowledgebases. download(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)Download the knowledgebase.rx.Observable<QnADocumentsDTO>Knowledgebases. downloadAsync(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)Download the knowledgebase. -
Uses of DownloadOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type DownloadOptionalParameter Modifier and Type Method Description QnADocumentsDTOKnowledgebasesImpl. download(String kbId, EnvironmentType environment, DownloadOptionalParameter downloadOptionalParameter)Download the knowledgebase.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. -
Uses of DownloadOptionalParameter in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return DownloadOptionalParameter Modifier and Type Method Description DownloadOptionalParameterDownloadOptionalParameter. withChangedSince(String changedSince)Set the changedSince value.DownloadOptionalParameterDownloadOptionalParameter. withSource(String source)Set the source value.DownloadOptionalParameterDownloadOptionalParameter. withThisclientacceptLanguage(String thisclientacceptLanguage)Set the thisclientacceptLanguage value.
-