Skip to content

Commit

Permalink
make qna slot optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rstrahan committed Jun 4, 2021
1 parent 85613c7 commit c82ba8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/lexv2-build/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def lexV2_qna_intent_slot(slotName, intentId, slotTypeId, botId, botVersion, loc
],
"maxRetries": 4
},
"slotConstraint": "Required"
"slotConstraint": "Optional"
}
slotParams = {
"slotName": slotName,
Expand Down

0 comments on commit c82ba8d

Please sign in to comment.