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