<p>Add Exit Events</p>
spivr_AddIVRExitEvent Stored Procedure
Add Exit Events
This sproc is to check if there is any exit event, then insert it to IVR_ExitEvents table by calling spivr_AddIVRExitEvent.
-
Last Changed Version - 19.3.0.0
-
Last Changed Reason - Analytics RetentionSettings stored procedure.
SQL Parameter Definitions
Column |
Parameter Direction |
Data Type (Size) |
Description |
@InteractionUuid |
INPUT |
nchar (72) |
|
@LevelName |
INPUT |
nvarchar (400) |
|
@CompletionType |
INPUT |
varchar (22) |
|
@Queue |
INPUT |
nvarchar (2000) |
|
@Action |
INPUT |
nvarchar (20) |
|