Values.DeleteSessionRequestSourceRemoves session information for a specified bot, alias, and user ID.
type nonrec t = {botName : BotName.t;The name of the bot that contains the session data.
*)botAlias : BotAlias.t;The alias in use for the bot that contains the session data.
*)userId : UserId.t;The identifier of the user associated with the session data.
*)}