Values.GetSessionRequestSourceReturns 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 ID of the client application user. Amazon Lex uses this to identify a user's conversation with your bot.
*)checkpointLabelFilter : IntentSummaryCheckpointLabel.t option;A string used to filter the intents returned in the recentIntentSummaryView structure. When you specify a filter, only intents with their checkpointLabel field set to that string are returned.
*)}val make :
?checkpointLabelFilter:??? ->
botName:BotName.t ->
botAlias:BotAlias.t ->
userId:UserId.t ->
unit ->
t