BuiltinSlotTypeMetadata
public struct BuiltinSlotTypeMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
Declaration
Swift
public let signature: String?
-
A list of target locales for the slot.
Declaration
Swift
public let supportedLocales: [Locale]?
-
Undocumented
Declaration
Swift
public init(signature: String? = nil, supportedLocales: [Locale]? = nil)