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