enum Enums::SnipsSessionInitType

Overview

The type of sessions that can be initiated programatically.

Defined in:

bindings/enums.cr

Enum Members

Action = 1

The session expects a response from the user. Users responses will be provided in the form of CIntentMessages.

Notification = 2

The session doesn't expect a response from the user. If the session cannot be started, it will be enqueued.

Instance Method Summary

Instance Method Detail

def action? #

[View source]
def notification? #

[View source]