chore: updatae documentation for api trigger

This commit is contained in:
Abhishek Kumar 2026-05-04 12:46:11 +05:30
parent 5ad5bbd985
commit 0d7b225f76
12 changed files with 120 additions and 39 deletions

View file

@ -3714,6 +3714,10 @@ export type TriggerCallRequest = {
initial_context?: {
[key: string]: unknown;
} | null;
/**
* Telephony Configuration Id
*/
telephony_configuration_id?: number | null;
};
/**