Type Alias IVRUpdateAutoReceptionistIVRRequestBody

IVRUpdateAutoReceptionistIVRRequestBody: {
    audio_prompt_id?: string;
    caller_enters_no_action?: {
        action?: number;
        audio_prompt_repeat?: number;
        forward_to_extension_id?: string;
    };
    holiday_id?: string;
    hours_type?: string;
    key_action?: {
        action?: number;
        key?: string;
        target?: { extension_id?: string; phone_number?: string };
        voicemail_greeting_id?: string;
    };
}