Skip to content

Commit

Permalink
Typo in Lex Intent docs (hashicorp#15478)
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 authored Oct 5, 2020
1 parent a5b2164 commit 1a44a44
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 @@ -187,7 +187,7 @@ A prompt for additional activity after an intent is fulfilled. For example, afte
intent is fulfilled, you might prompt the user to find out whether the user wants to order drinks.

* `prompt` - (Required) Prompts for information from the user. Attributes are documented under [prompt](#prompt-1).
* `rejectionStatement` - (Optional) If the user answers "no" to the question defined in the prompt field,
* `rejection_statement` - (Optional) If the user answers "no" to the question defined in the prompt field,
Amazon Lex responds with this statement to acknowledge that the intent was canceled. Attributes are
documented below under [statement](#statement).

Expand Down

0 comments on commit 1a44a44

Please sign in to comment.