Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.AlterationsDTO
-
Packages that use AlterationsDTO 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 AlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with type arguments of type AlterationsDTO Modifier and Type Method Description void
Alterations. replace(List<AlterationsDTO> wordAlterations)
Replace alterations data.void
Alterations. replaceAlterationsForKb(String kbId, List<AlterationsDTO> wordAlterations)
Replace alterations data per Knowledgebase (QnAMaker Managed).rx.Observable<Void>
Alterations. replaceAlterationsForKbAsync(String kbId, List<AlterationsDTO> wordAlterations)
Replace alterations data per Knowledgebase (QnAMaker Managed).rx.Observable<Void>
Alterations. replaceAsync(List<AlterationsDTO> wordAlterations)
Replace alterations data. -
Uses of AlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type AlterationsDTO Modifier and Type Method Description void
AlterationsImpl. replace(List<AlterationsDTO> wordAlterations)
Replace alterations data.void
AlterationsImpl. replaceAlterationsForKb(String kbId, List<AlterationsDTO> wordAlterations)
Replace alterations data per Knowledgebase (QnAMaker Managed).rx.Observable<Void>
AlterationsImpl. replaceAlterationsForKbAsync(String kbId, List<AlterationsDTO> wordAlterations)
Replace alterations data per Knowledgebase (QnAMaker Managed).com.microsoft.rest.ServiceFuture<Void>
AlterationsImpl. replaceAlterationsForKbAsync(String kbId, List<AlterationsDTO> wordAlterations, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Replace alterations data per Knowledgebase (QnAMaker Managed).rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
AlterationsImpl. replaceAlterationsForKbWithServiceResponseAsync(String kbId, List<AlterationsDTO> wordAlterations)
Replace alterations data per Knowledgebase (QnAMaker Managed).rx.Observable<Void>
AlterationsImpl. replaceAsync(List<AlterationsDTO> wordAlterations)
Replace alterations data.com.microsoft.rest.ServiceFuture<Void>
AlterationsImpl. replaceAsync(List<AlterationsDTO> wordAlterations, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
Replace alterations data.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
AlterationsImpl. replaceWithServiceResponseAsync(List<AlterationsDTO> wordAlterations)
Replace alterations data. -
Uses of AlterationsDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return AlterationsDTO Modifier and Type Method Description AlterationsDTO
AlterationsDTO. withAlterations(List<String> alterations)
Set the alterations value.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return types with arguments of type AlterationsDTO Modifier and Type Method Description List<AlterationsDTO>
WordAlterationsDTO. wordAlterations()
Get the wordAlterations value.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models with type arguments of type AlterationsDTO Modifier and Type Method Description WordAlterationsDTO
WordAlterationsDTO. withWordAlterations(List<AlterationsDTO> wordAlterations)
Set the wordAlterations value.
-