Type Alias AutoReceptionistsGetAutoReceptionistResponse

AutoReceptionistsGetAutoReceptionistResponse: {
    audio_prompt_language?: string;
    cost_center?: string;
    department?: string;
    extension_id?: string;
    extension_number?: number;
    holiday_hours?: { from?: string; id?: string; name?: string; to?: string }[];
    name?: string;
    own_storage_name?: string;
    phone_numbers?: { id?: string; number?: string }[];
    recording_storage_location?: string;
    site?: { id?: string; name?: string };
    timezone?: string;
}