BuiltinIntentMetadata

public struct BuiltinIntentMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let signature: String?
  • A list of identifiers for the locales that the intent supports.

    Declaration

    Swift

    public let supportedLocales: [Locale]?
  • Undocumented

    Declaration

    Swift

    public init(signature: String? = nil, supportedLocales: [Locale]? = nil)