enum Enums::SnipsSessionInitType
Overview
The type of sessions that can be initiated programatically.
Defined in:
bindings/enums.crEnum Members
-
Action =
1
-
The session expects a response from the user. Users responses will be provided in the form of
CIntentMessage
s. -
Notification =
2
-
The session doesn't expect a response from the user. If the session cannot be started, it will be enqueued.