Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 525 Bytes

File metadata and controls

20 lines (13 loc) · 525 Bytes

VoiceCodeResponse

Properties

Name Type Description Notes
callId string Programmable Voice API Call ID. [optional] [default to undefined]

Example

import { VoiceCodeResponse } from 'bandwidth-sdk';

const instance: VoiceCodeResponse = {
    callId,
};

[Back to Model list] [Back to API list] [Back to README]