Interface ClientSecretServiceAsync
-
- All Implemented Interfaces:
public interface ClientSecretServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
ClientSecretServiceAsync.WithRawResponse
A view of ClientSecretServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ClientSecretServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract ClientSecretServiceAsync
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<ClientSecretCreateResponse>
create()
Create a Realtime session and client secret for either realtime or transcription. abstract CompletableFuture<ClientSecretCreateResponse>
create(ClientSecretCreateParams params, RequestOptions requestOptions)
CompletableFuture<ClientSecretCreateResponse>
create(ClientSecretCreateParams params)
CompletableFuture<ClientSecretCreateResponse>
create(RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
abstract ClientSecretServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract ClientSecretServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<ClientSecretCreateResponse> create()
Create a Realtime session and client secret for either realtime or transcription.
-
create
abstract CompletableFuture<ClientSecretCreateResponse> create(ClientSecretCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<ClientSecretCreateResponse> create(ClientSecretCreateParams params)
-
create
CompletableFuture<ClientSecretCreateResponse> create(RequestOptions requestOptions)
-
-
-
-