Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.CreateKbDTO
-
Packages that use CreateKbDTO 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 CreateKbDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker with parameters of type CreateKbDTO Modifier and Type Method Description Operation
Knowledgebases. create(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase.rx.Observable<Operation>
Knowledgebases. createAsync(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase. -
Uses of CreateKbDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with parameters of type CreateKbDTO Modifier and Type Method Description Operation
KnowledgebasesImpl. create(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase.rx.Observable<Operation>
KnowledgebasesImpl. createAsync(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase.com.microsoft.rest.ServiceFuture<Operation>
KnowledgebasesImpl. createAsync(CreateKbDTO createKbPayload, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)
Asynchronous operation to create a new knowledgebase.rx.Observable<com.microsoft.rest.ServiceResponse<Operation>>
KnowledgebasesImpl. createWithServiceResponseAsync(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase. -
Uses of CreateKbDTO in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return CreateKbDTO Modifier and Type Method Description CreateKbDTO
CreateKbDTO. withDefaultAnswer(String defaultAnswer)
Set the defaultAnswer value.CreateKbDTO
CreateKbDTO. withDefaultAnswerUsedForExtraction(String defaultAnswerUsedForExtraction)
Set the defaultAnswerUsedForExtraction value.CreateKbDTO
CreateKbDTO. withEnableHierarchicalExtraction(Boolean enableHierarchicalExtraction)
Set the enableHierarchicalExtraction value.CreateKbDTO
CreateKbDTO. withEnableMultipleLanguages(Boolean enableMultipleLanguages)
Set the enableMultipleLanguages value.CreateKbDTO
CreateKbDTO. withFiles(List<FileDTO> files)
Set the files value.CreateKbDTO
CreateKbDTO. withLanguage(String language)
Set the language value.CreateKbDTO
CreateKbDTO. withName(String name)
Set the name value.CreateKbDTO
CreateKbDTO. withQnaList(List<QnADTO> qnaList)
Set the qnaList value.CreateKbDTO
CreateKbDTO. withUrls(List<String> urls)
Set the urls value.
-