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