Skip to main content

@wildix/wim-voicebots-client > VoiceBotPipelineSettings

VoiceBotPipelineSettings interface

Signature:

export interface VoiceBotPipelineSettings 

Properties

Property

Modifiers

Type

Description

endCallEnabled?

boolean | undefined

(Optional) If enabled the bot can hangup the call.

endCallPhases?

string | undefined

(Optional) A list of phases separated by comma, which will end the call matched.

interuptionsEnabled?

boolean | undefined

(Optional) If enabled the user can interrupt the the bot playback.

maximumDuration?

number | undefined

(Optional) The maximum number of seconds a call will last.

maximumDurationAction?

VoiceBotPipelineTerminateAction | undefined

(Optional) An action that should be performed when max duration reached.

silenceTimeout?

number | undefined

(Optional) How long to wait before a call is automatically ended due to inactivity.

silenceTimeoutAction?

VoiceBotPipelineTerminateAction | undefined

(Optional) An action that should be performed when silence timeout reached.