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