Values.GetBuiltinIntentRequestSourceReturns information about a built-in intent. This operation requires permission for the lex:GetBuiltinIntent action.
type nonrec t = {signature : BuiltinIntentSignature.t;The unique identifier for a built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of BuiltinIntentSignature.t ]) list ]