enum Enums::SnipsSessionTerminationType
Overview
The reasons that caused a session termination.
Defined in:
bindings/enums.crEnum Members
-
Nominal =
1
-
The session ended as expected.
-
Dialogue was deactivated on the site the session requested.
-
AbortedByUser =
3
-
The user aborted the session.
-
IntentNotRecognized =
4
-
The platform didn't understand was the user said.
-
Timeout =
5
-
No response was received from one of the components in a timely manner.
-
Error =
6
-
A generic error occurred.