Uses of Class
com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models.Operation
-
Packages that use Operation 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 Operation in com.microsoft.azure.cognitiveservices.knowledge.qnamaker
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return Operation Modifier and Type Method Description OperationKnowledgebases. create(CreateKbDTO createKbPayload)Asynchronous operation to create a new knowledgebase.OperationOperations. getDetails(String operationId)Gets details of a specific long running operation.OperationKnowledgebases. update(String kbId, UpdateKbOperationDTO updateKb)Asynchronous operation to modify a knowledgebase.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker that return types with arguments of type Operation Modifier and Type Method Description rx.Observable<Operation>Knowledgebases. createAsync(CreateKbDTO createKbPayload)Asynchronous operation to create a new knowledgebase.rx.Observable<Operation>Operations. getDetailsAsync(String operationId)Gets details of a specific long running operation.rx.Observable<Operation>Knowledgebases. updateAsync(String kbId, UpdateKbOperationDTO updateKb)Asynchronous operation to modify a knowledgebase. -
Uses of Operation in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return Operation Modifier and Type Method Description OperationKnowledgebasesImpl. create(CreateKbDTO createKbPayload)Asynchronous operation to create a new knowledgebase.OperationOperationsImpl. getDetails(String operationId)Gets details of a specific long running operation.OperationKnowledgebasesImpl. update(String kbId, UpdateKbOperationDTO updateKb)Asynchronous operation to modify a knowledgebase.Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation that return types with arguments of type Operation Modifier and Type Method Description 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.rx.Observable<Operation>OperationsImpl. getDetailsAsync(String operationId)Gets details of a specific long running operation.com.microsoft.rest.ServiceFuture<Operation>OperationsImpl. getDetailsAsync(String operationId, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)Gets details of a specific long running operation.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Operation,OperationsGetDetailsHeaders>>OperationsImpl. getDetailsWithServiceResponseAsync(String operationId)Gets details of a specific long running operation.rx.Observable<Operation>KnowledgebasesImpl. updateAsync(String kbId, UpdateKbOperationDTO updateKb)Asynchronous operation to modify a knowledgebase.com.microsoft.rest.ServiceFuture<Operation>KnowledgebasesImpl. updateAsync(String kbId, UpdateKbOperationDTO updateKb, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)Asynchronous operation to modify a knowledgebase.rx.Observable<com.microsoft.rest.ServiceResponseWithHeaders<Operation,KnowledgebaseUpdateHeaders>>KnowledgebasesImpl. updateWithServiceResponseAsync(String kbId, UpdateKbOperationDTO updateKb)Asynchronous operation to modify a knowledgebase.Method parameters in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.implementation with type arguments of type Operation Modifier and Type Method Description com.microsoft.rest.ServiceFuture<Operation>KnowledgebasesImpl. createAsync(CreateKbDTO createKbPayload, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)Asynchronous operation to create a new knowledgebase.com.microsoft.rest.ServiceFuture<Operation>OperationsImpl. getDetailsAsync(String operationId, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)Gets details of a specific long running operation.com.microsoft.rest.ServiceFuture<Operation>KnowledgebasesImpl. updateAsync(String kbId, UpdateKbOperationDTO updateKb, com.microsoft.rest.ServiceCallback<Operation> serviceCallback)Asynchronous operation to modify a knowledgebase. -
Uses of Operation in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models
Methods in com.microsoft.azure.cognitiveservices.knowledge.qnamaker.models that return Operation Modifier and Type Method Description OperationOperation. withCreatedTimestamp(String createdTimestamp)Set the createdTimestamp value.OperationOperation. withErrorResponse(ErrorResponse errorResponse)Set the errorResponse value.OperationOperation. withLastActionTimestamp(String lastActionTimestamp)Set the lastActionTimestamp value.OperationOperation. withOperationId(String operationId)Set the operationId value.OperationOperation. withOperationState(OperationStateType operationState)Set the operationState value.OperationOperation. withResourceLocation(String resourceLocation)Set the resourceLocation value.OperationOperation. withUserId(String userId)Set the userId value.
-