IVoiceHealthCheck
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllChecks the voice provider’s reachability.
public interface IVoiceHealthCheckMethods
Section titled “Methods”CheckHealthAsync(CancellationToken)
Section titled “ CheckHealthAsync(CancellationToken)”Checks access to the provider.
ValueTask<VoiceHealth> CheckHealthAsync(CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”cancellationToken CancellationToken
The cancellation token.
Returns
Section titled “Returns”The status.
Remarks
Section titled “Remarks”The check produces no charge: no audio is generated, only the list is read.