Skip to content

IVoiceHealthCheck

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

Checks the voice provider’s reachability.

public interface IVoiceHealthCheck

Checks access to the provider.

ValueTask<VoiceHealth> CheckHealthAsync(CancellationToken cancellationToken = default)

cancellationToken CancellationToken

The cancellation token.

ValueTask<VoiceHealth>

The status.

The check produces no charge: no audio is generated, only the list is read.