I have a intent for the alexa skill which has two slots, one of them is fulfilled while invoking the skill. I want the second slot to store the value uttered by the user at a later point of time. Is there a way to do so using python
SunnyBWBF opened this issue · 1 comments
SunnyBWBF commented
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Expected Behavior
Current Behavior
Possible Solution
// Not required, but suggest a fix/reason for the bug,
// or ideas how to implement the addition or change
Steps to Reproduce (for bugs)
// Provide a self-contained, concise snippet of code
// For more complex issues provide a repo with the smallest sample that reproduces the bug
// Including business logic or unrelated code makes diagnosis more difficult
Context
Your Environment
- ASK SDK for Python used: x.x.x
- Operating System and version:
Python version info
- Python version used for development:
Shreyas-vgr commented
Hi @SunnyBWBF. please see our official docs on creating custom Intents with slots.
Slot resolutions is handled by Alexa NLU and our SDKs receive an input request object which contains Intent with slots defined and resolved by NLU based on the utterances.
Since this is not a Python SDK issue, closing it here.