Uses of Class
com.oracle.bmc.aispeech.responses.CreateRealtimeSessionTokenResponse
-
Packages that use CreateRealtimeSessionTokenResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of CreateRealtimeSessionTokenResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return CreateRealtimeSessionTokenResponse Modifier and Type Method Description CreateRealtimeSessionTokenResponse
AIServiceSpeech. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request)
Returns an authentication token to the user.CreateRealtimeSessionTokenResponse
AIServiceSpeechClient. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type CreateRealtimeSessionTokenResponse Modifier and Type Method Description Future<CreateRealtimeSessionTokenResponse>
AIServiceSpeechAsync. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request, AsyncHandler<CreateRealtimeSessionTokenRequest,CreateRealtimeSessionTokenResponse> handler)
Returns an authentication token to the user.Future<CreateRealtimeSessionTokenResponse>
AIServiceSpeechAsyncClient. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request, AsyncHandler<CreateRealtimeSessionTokenRequest,CreateRealtimeSessionTokenResponse> handler)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CreateRealtimeSessionTokenResponse Modifier and Type Method Description Future<CreateRealtimeSessionTokenResponse>
AIServiceSpeechAsync. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request, AsyncHandler<CreateRealtimeSessionTokenRequest,CreateRealtimeSessionTokenResponse> handler)
Returns an authentication token to the user.Future<CreateRealtimeSessionTokenResponse>
AIServiceSpeechAsyncClient. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request, AsyncHandler<CreateRealtimeSessionTokenRequest,CreateRealtimeSessionTokenResponse> handler)
-
Uses of CreateRealtimeSessionTokenResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return CreateRealtimeSessionTokenResponse Modifier and Type Method Description CreateRealtimeSessionTokenResponse
CreateRealtimeSessionTokenResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type CreateRealtimeSessionTokenResponse Modifier and Type Method Description CreateRealtimeSessionTokenResponse.Builder
CreateRealtimeSessionTokenResponse.Builder. copy(CreateRealtimeSessionTokenResponse o)
Copy method to populate the builder with values from the given instance.
-