Values.BuiltinIntentMetadataSourceProvides metadata for a built-in intent.
type nonrec t = {signature : BuiltinIntentSignature.t option;A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
*)supportedLocales : LocaleList.t option;A list of identifiers for the locales that the intent supports.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of BuiltinIntentSignature.t ])
list ]