Clova v0.5.0 Clova.Request View Source

Helpers to extract data from the Clova request.

Link to this section Summary

Functions

Helper function to retrieve the application ID

Helper function to retrieve the session attributes

Helper function to retrieve the data of a named slot from a clova request. Returns the retrieved data, or nil if not present

Link to this section Functions

Helper function to retrieve the application ID.

Link to this function get_session_attributes(map) View Source

Helper function to retrieve the session attributes.

Link to this function get_slot(map, slot_name) View Source

Helper function to retrieve the data of a named slot from a clova request. Returns the retrieved data, or nil if not present.