Uses of Class
com.oracle.bmc.oda.responses.ConfigureDigitalAssistantParametersResponse
- 
Packages that use ConfigureDigitalAssistantParametersResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses 
- 
- 
Uses of ConfigureDigitalAssistantParametersResponse in com.oracle.bmc.odaMethods in com.oracle.bmc.oda that return ConfigureDigitalAssistantParametersResponse Modifier and Type Method Description ConfigureDigitalAssistantParametersResponseManagement. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request)This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.ConfigureDigitalAssistantParametersResponseManagementClient. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request)Methods in com.oracle.bmc.oda that return types with arguments of type ConfigureDigitalAssistantParametersResponse Modifier and Type Method Description Future<ConfigureDigitalAssistantParametersResponse>ManagementAsync. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request, AsyncHandler<ConfigureDigitalAssistantParametersRequest,ConfigureDigitalAssistantParametersResponse> handler)This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.Future<ConfigureDigitalAssistantParametersResponse>ManagementAsyncClient. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request, AsyncHandler<ConfigureDigitalAssistantParametersRequest,ConfigureDigitalAssistantParametersResponse> handler)Method parameters in com.oracle.bmc.oda with type arguments of type ConfigureDigitalAssistantParametersResponse Modifier and Type Method Description Future<ConfigureDigitalAssistantParametersResponse>ManagementAsync. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request, AsyncHandler<ConfigureDigitalAssistantParametersRequest,ConfigureDigitalAssistantParametersResponse> handler)This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.Future<ConfigureDigitalAssistantParametersResponse>ManagementAsyncClient. configureDigitalAssistantParameters(ConfigureDigitalAssistantParametersRequest request, AsyncHandler<ConfigureDigitalAssistantParametersRequest,ConfigureDigitalAssistantParametersResponse> handler)
- 
Uses of ConfigureDigitalAssistantParametersResponse in com.oracle.bmc.oda.responsesMethods in com.oracle.bmc.oda.responses that return ConfigureDigitalAssistantParametersResponse Modifier and Type Method Description ConfigureDigitalAssistantParametersResponseConfigureDigitalAssistantParametersResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type ConfigureDigitalAssistantParametersResponse Modifier and Type Method Description ConfigureDigitalAssistantParametersResponse.BuilderConfigureDigitalAssistantParametersResponse.Builder. copy(ConfigureDigitalAssistantParametersResponse o)Copy method to populate the builder with values from the given instance.
 
-