class Mappings::SessionStartedMessage
- Mappings::SessionStartedMessage
- Mappings::Mapping
- Reference
- Object
Overview
A message sent when a session is started.
- session_id [
String
] : The id of the session that was started. - custom_data [
String
] : Nullable, the custom data that was given at the creation of the session. - site_id [
String
] : The site on which this session was started. - reactivated_from_session_id [
String
] : Nullable, this field indicates this session is a reactivation of a previously ended session. This is for example provided when the user continues talking to the platform without saying the hotword again after a session was ended.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #custom_data
- #data : DataType
- #data=(data : DataType)
- #reactivated_from_session_id
- #session_id
- #site_id
- #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?
.