module

Ark::Bedrock::Session

Class methods

prompt_attributes
Source
sanitize_id(thread_ts : String) : String

Converts Slack thread_ts (e.g. "1234567890.123456") to a Bedrock-compatible session ID by replacing dots with dashes.

Source