enum Enums::SnipsSessionTerminationType

Overview

The reasons that caused a session termination.

Defined in:

bindings/enums.cr

Enum Members

Nominal = 1

The session ended as expected.

SiteUnavailable = 2

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.

Instance Method Summary

Instance Method Detail

def aborted_by_user? #

[View source]
def error? #

[View source]
def intent_not_recognized? #

[View source]
def nominal? #

[View source]
def site_unavailable? #

[View source]
def timeout? #

[View source]