GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

VoiceRoutes

API/Interfaces/VoiceRoutes
seyfert/lib/api/Routes/voice.d.ts

Signature

export interface VoiceRoutes

Properties

1
voice

Methods

0

No methods.

Properties

voice#
voice: {    region: {        get(args?: RestArgumentsNoBody): Promise<RESTGetAPIVoiceRegionsResult>;    };};