Skip to content

Commit

Permalink
Merge pull request #23042 from dmonego/docs-lex-intent-fulfillment_ac…
Browse files Browse the repository at this point in the history
…tivity-type

Add a list of valid types to lex intent fulfillment
  • Loading branch information
ewbankkit authored Feb 9, 2022
2 parents d376860 + b1e76b9 commit 31d5c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/lex_intent.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ documented below under [statement](#statement).
Describes how the intent is fulfilled after the user provides all of the information required for the intent.

* `type` - (Required) How the intent should be fulfilled, either by running a Lambda function or by
returning the slot data to the client application.
returning the slot data to the client application. Type can be either `ReturnIntent` or `CodeHook`, as documented [here](https://docs.aws.amazon.com/lex/latest/dg/API_FulfillmentActivity.html).
* `code_hook` - (Optional) A description of the Lambda function that is run to fulfill the intent.
Required if type is CodeHook. Attributes are documented under [code_hook](#code_hook).

Expand Down

0 comments on commit 31d5c28

Please sign in to comment.