class Mappings::SessionTermination
- Mappings::SessionTermination
- Mappings::Mapping
- Reference
- Object
Overview
Data related to session termination.
- termination_type [
SnipsSessionTerminationType
] : The type of the termination. - data [
String
] : Nullable, set if the type isSnipsSessionTerminationType::Error
and gives more info about the error that happened. - component [
SnipsHermesComponent
] : If the type isSnipsSessionTerminationType::Timeout
, this field contains the component id that generated the timeout.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #component
- #data : DataType
- #data=(data : DataType)
- #termination_type
- #to_unsafe
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.