Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 939 Bytes

File metadata and controls

26 lines (19 loc) · 939 Bytes

CallTranscriptionResponse

Properties

Name Type Description Notes
accountId string The user account associated with the call. [optional] [default to undefined]
callId string The call id associated with the event. [optional] [default to undefined]
transcriptionId string The programmable voice API transcription ID. [optional] [default to undefined]
tracks Array<CallTranscription> [optional] [default to undefined]

Example

import { CallTranscriptionResponse } from 'bandwidth-sdk';

const instance: CallTranscriptionResponse = {
    accountId,
    callId,
    transcriptionId,
    tracks,
};

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