Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.WordAlterationsDTO
-
Packages that use WordAlterationsDTO 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 WordAlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return WordAlterationsDTO Modifier and Type Method Description WordAlterationsDTO
Alterations. get()
Download alterations from runtime.WordAlterationsDTO
Alterations. getAlterationsForKb(String kbId)
Download alterations per Knowledgebase (QnAMaker Managed).Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return types with arguments of type WordAlterationsDTO Modifier and Type Method Description rx.Observable<WordAlterationsDTO>
Alterations. getAlterationsForKbAsync(String kbId)
Download alterations per Knowledgebase (QnAMaker Managed).rx.Observable<WordAlterationsDTO>
Alterations. getAsync()
Download alterations from runtime. -
Uses of WordAlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return WordAlterationsDTO Modifier and Type Method Description WordAlterationsDTO
AlterationsImpl. get()
Download alterations from runtime.WordAlterationsDTO
AlterationsImpl. getAlterationsForKb(String kbId)
Download alterations per Knowledgebase (QnAMaker Managed).Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return types with arguments of type WordAlterationsDTO Modifier and Type Method Description rx.Observable<WordAlterationsDTO>
AlterationsImpl. getAlterationsForKbAsync(String kbId)
Download alterations per Knowledgebase (QnAMaker Managed).com.microsoft.rest.ServiceFuture<WordAlterationsDTO>
AlterationsImpl. getAlterationsForKbAsync(String kbId, com.microsoft.rest.ServiceCallback<WordAlterationsDTO> serviceCallback)
Download alterations per Knowledgebase (QnAMaker Managed).rx.Observable<com.microsoft.rest.ServiceResponse<WordAlterationsDTO>>
AlterationsImpl. getAlterationsForKbWithServiceResponseAsync(String kbId)
Download alterations per Knowledgebase (QnAMaker Managed).rx.Observable<WordAlterationsDTO>
AlterationsImpl. getAsync()
Download alterations from runtime.com.microsoft.rest.ServiceFuture<WordAlterationsDTO>
AlterationsImpl. getAsync(com.microsoft.rest.ServiceCallback<WordAlterationsDTO> serviceCallback)
Download alterations from runtime.rx.Observable<com.microsoft.rest.ServiceResponse<WordAlterationsDTO>>
AlterationsImpl. getWithServiceResponseAsync()
Download alterations from runtime.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type WordAlterationsDTO Modifier and Type Method Description com.microsoft.rest.ServiceFuture<WordAlterationsDTO>
AlterationsImpl. getAlterationsForKbAsync(String kbId, com.microsoft.rest.ServiceCallback<WordAlterationsDTO> serviceCallback)
Download alterations per Knowledgebase (QnAMaker Managed).com.microsoft.rest.ServiceFuture<WordAlterationsDTO>
AlterationsImpl. getAsync(com.microsoft.rest.ServiceCallback<WordAlterationsDTO> serviceCallback)
Download alterations from runtime. -
Uses of WordAlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return WordAlterationsDTO Modifier and Type Method Description WordAlterationsDTO
WordAlterationsDTO. withWordAlterations(List<AlterationsDTO> wordAlterations)
Set the wordAlterations value.
-