Uses of Class
com.oracle.bmc.aispeech.model.CreateRealtimeSessionTokenDetails
-
Packages that use CreateRealtimeSessionTokenDetails Package Description com.oracle.bmc.aispeech.model com.oracle.bmc.aispeech.requests -
-
Uses of CreateRealtimeSessionTokenDetails in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return CreateRealtimeSessionTokenDetails Modifier and Type Method Description CreateRealtimeSessionTokenDetails
CreateRealtimeSessionTokenDetails.Builder. build()
Methods in com.oracle.bmc.aispeech.model with parameters of type CreateRealtimeSessionTokenDetails Modifier and Type Method Description CreateRealtimeSessionTokenDetails.Builder
CreateRealtimeSessionTokenDetails.Builder. copy(CreateRealtimeSessionTokenDetails model)
-
Uses of CreateRealtimeSessionTokenDetails in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return CreateRealtimeSessionTokenDetails Modifier and Type Method Description CreateRealtimeSessionTokenDetails
CreateRealtimeSessionTokenRequest. getBody$()
Alternative accessor for the body parameter.CreateRealtimeSessionTokenDetails
CreateRealtimeSessionTokenRequest. getCreateRealtimeSessionTokenDetails()
An object containing the compartment ID for authorization purposes.Methods in com.oracle.bmc.aispeech.requests with parameters of type CreateRealtimeSessionTokenDetails Modifier and Type Method Description CreateRealtimeSessionTokenRequest.Builder
CreateRealtimeSessionTokenRequest.Builder. body$(CreateRealtimeSessionTokenDetails body)
Alternative setter for the body parameter.CreateRealtimeSessionTokenRequest.Builder
CreateRealtimeSessionTokenRequest.Builder. createRealtimeSessionTokenDetails(CreateRealtimeSessionTokenDetails createRealtimeSessionTokenDetails)
An object containing the compartment ID for authorization purposes.
-