We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd16873 commit 156735aCopy full SHA for 156735a
docs/en/ATTRIBUTES.rst
@@ -48,6 +48,15 @@ Session attributes do not require the use of an external storage
48
solution. They are not available for use when handling out-of-session
49
requests. They are discarded once the skill session closes.
50
51
+.. note::
52
+
53
+ Since session attributes are stored in the ``session`` property of
54
+ Alexa's :py:class:`ask_sdk_model.request_envelope.RequestEnvelope`
55
+ and :py:class:`ask_sdk_model.response_envelope.ResponseEnvelope`
56
+ objects, only serializable types can be stored under them. The
57
+ :py:class:`ask_sdk_core.serialize.DefaultSerializer` is used to
58
+ serialize / deserialize the values.
59
60
Persistent Attributes
61
~~~~~~~~~~~~~~~~~~~~~
62
0 commit comments