Module Values.GetBuiltinIntentRequestSource

Returns information about a built-in intent. This operation requires permission for the lex:GetBuiltinIntent action.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval context_ : string
Sourceval make : signature:BuiltinIntentSignature.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BuiltinIntentSignature.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t