FulfillmentActivity
public struct FulfillmentActivity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the Lambda function that is run to fulfill the intent.
Declaration
Swift
public let codeHook: CodeHook?
-
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.
Declaration
Swift
public let type: FulfillmentActivityType
-
Undocumented
Declaration
Swift
public init(codeHook: CodeHook? = nil, type: FulfillmentActivityType)
-
Declaration
Swift
public func validate(name: String) throws