CopyableBuilder<FulfillmentActivity.Builder,FulfillmentActivity>, SdkBuilder<FulfillmentActivity.Builder,FulfillmentActivity>public static interface FulfillmentActivity.Builder extends CopyableBuilder<FulfillmentActivity.Builder,FulfillmentActivity>
| Modifier and Type | Method | Description |
|---|---|---|
FulfillmentActivity.Builder |
codeHook(CodeHook codeHook) |
A description of the Lambda function that is run to fulfill the intent.
|
FulfillmentActivity.Builder |
type(String type) |
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the
client application.
|
FulfillmentActivity.Builder |
type(FulfillmentActivityType type) |
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the
client application.
|
copyapply, buildFulfillmentActivity.Builder type(String type)
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.
type - How the intent should be fulfilled, either by running a Lambda function or by returning the slot data
to the client application.FulfillmentActivityTypeFulfillmentActivity.Builder type(FulfillmentActivityType type)
How the intent should be fulfilled, either by running a Lambda function or by returning the slot data to the client application.
type - How the intent should be fulfilled, either by running a Lambda function or by returning the slot data
to the client application.FulfillmentActivityTypeFulfillmentActivity.Builder codeHook(CodeHook codeHook)
A description of the Lambda function that is run to fulfill the intent.
codeHook - A description of the Lambda function that is run to fulfill the intent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.