Values.GetIntentRequestSourceReturns information about an intent. In addition to the intent name, you must specify the intent version. This operation requires permissions to perform the lex:GetIntent action.
type nonrec t = {name : IntentName.t;The name of the intent. The name is case sensitive.
*)version : Version.t;The version of the intent.
*)}