| 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] |
import { CallTranscriptionResponse } from 'bandwidth-sdk';
const instance: CallTranscriptionResponse = {
accountId,
callId,
transcriptionId,
tracks,
};