@wildix/wim-voicebots-client > VoiceBotPipelineSettings
VoiceBotPipelineSettings interface
Signature:
export interface VoiceBotPipelineSettings
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | (Optional) If enabled the bot can hangup the call. | ||
string | (Optional) A list of phases separated by comma, which will end the call matched. | ||
boolean | (Optional) If enabled the user can interrupt the the bot playback. | ||
number | (Optional) The maximum number of seconds a call will last. | ||
(Optional) An action that should be performed when max duration reached. | |||
number | (Optional) How long to wait before a call is automatically ended due to inactivity. | ||
(Optional) An action that should be performed when silence timeout reached. |