Uses of Class
com.oracle.bmc.aispeech.requests.CreateRealtimeSessionTokenRequest
-
Packages that use CreateRealtimeSessionTokenRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of CreateRealtimeSessionTokenRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type CreateRealtimeSessionTokenRequest Modifier and Type Method Description CreateRealtimeSessionTokenResponse
AIServiceSpeech. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request)
Returns an authentication token to the user.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)
CreateRealtimeSessionTokenResponse
AIServiceSpeechClient. createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type CreateRealtimeSessionTokenRequest 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 CreateRealtimeSessionTokenRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return CreateRealtimeSessionTokenRequest Modifier and Type Method Description CreateRealtimeSessionTokenRequest
CreateRealtimeSessionTokenRequest.Builder. build()
Build the instance of CreateRealtimeSessionTokenRequest as configured by this builderCreateRealtimeSessionTokenRequest
CreateRealtimeSessionTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateRealtimeSessionTokenRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type CreateRealtimeSessionTokenRequest Modifier and Type Method Description CreateRealtimeSessionTokenRequest.Builder
CreateRealtimeSessionTokenRequest.Builder. copy(CreateRealtimeSessionTokenRequest o)
Copy method to populate the builder with values from the given instance.
-