Uses of Class
com.oracle.bmc.oda.responses.UpdateDigitalAssistantParameterResponse
-
Packages that use UpdateDigitalAssistantParameterResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of UpdateDigitalAssistantParameterResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return UpdateDigitalAssistantParameterResponse Modifier and Type Method Description UpdateDigitalAssistantParameterResponse
Management. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request)
Updates the specified Digital Assistant Parameter with the information in the request body.UpdateDigitalAssistantParameterResponse
ManagementClient. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request)
Methods in com.oracle.bmc.oda that return types with arguments of type UpdateDigitalAssistantParameterResponse Modifier and Type Method Description Future<UpdateDigitalAssistantParameterResponse>
ManagementAsync. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request, AsyncHandler<UpdateDigitalAssistantParameterRequest,UpdateDigitalAssistantParameterResponse> handler)
Updates the specified Digital Assistant Parameter with the information in the request body.Future<UpdateDigitalAssistantParameterResponse>
ManagementAsyncClient. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request, AsyncHandler<UpdateDigitalAssistantParameterRequest,UpdateDigitalAssistantParameterResponse> handler)
Method parameters in com.oracle.bmc.oda with type arguments of type UpdateDigitalAssistantParameterResponse Modifier and Type Method Description Future<UpdateDigitalAssistantParameterResponse>
ManagementAsync. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request, AsyncHandler<UpdateDigitalAssistantParameterRequest,UpdateDigitalAssistantParameterResponse> handler)
Updates the specified Digital Assistant Parameter with the information in the request body.Future<UpdateDigitalAssistantParameterResponse>
ManagementAsyncClient. updateDigitalAssistantParameter(UpdateDigitalAssistantParameterRequest request, AsyncHandler<UpdateDigitalAssistantParameterRequest,UpdateDigitalAssistantParameterResponse> handler)
-
Uses of UpdateDigitalAssistantParameterResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return UpdateDigitalAssistantParameterResponse Modifier and Type Method Description UpdateDigitalAssistantParameterResponse
UpdateDigitalAssistantParameterResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type UpdateDigitalAssistantParameterResponse Modifier and Type Method Description UpdateDigitalAssistantParameterResponse.Builder
UpdateDigitalAssistantParameterResponse.Builder. copy(UpdateDigitalAssistantParameterResponse o)
Copy method to populate the builder with values from the given instance.
-