UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
10 lines (9 loc) 238 B
/** * Internal class representing a PhoneNumberEntry in the PhoneNumbers array in the DGI v1 grammar. */ export interface PhoneNumberEntry { /** * Gets a PhoneNumber in the PhoneNumbers array */ phoneNumber: string; }