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 Operation
Knowledgebases. create(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase.Operation
Operations. getDetails(String operationId)
Gets details of a specific long running operation.Operation
Knowledgebases. 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 Operation
KnowledgebasesImpl. create(CreateKbDTO createKbPayload)
Asynchronous operation to create a new knowledgebase.Operation
OperationsImpl. getDetails(String operationId)
Gets details of a specific long running operation.Operation
KnowledgebasesImpl. 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 Operation
Operation. withCreatedTimestamp(String createdTimestamp)
Set the createdTimestamp value.Operation
Operation. withErrorResponse(ErrorResponse errorResponse)
Set the errorResponse value.Operation
Operation. withLastActionTimestamp(String lastActionTimestamp)
Set the lastActionTimestamp value.Operation
Operation. withOperationId(String operationId)
Set the operationId value.Operation
Operation. withOperationState(OperationStateType operationState)
Set the operationState value.Operation
Operation. withResourceLocation(String resourceLocation)
Set the resourceLocation value.Operation
Operation. withUserId(String userId)
Set the userId value.
-