Description:
-
Problem Statement:
- State the problem clearly: The Siri Intent for the "Next","Previous","Repeat" command is not working as expected within the Speech Framework.
-
Steps to Reproduce:
- Provide a detailed description of the steps to reproduce the issue. For example:
- Open the Speech Framework application.
- Tap on the Siri button to activate voice input.
- Say "Next" to trigger the intended action.
- Observe that the action is not executed correctly.
- Open SIRI
- Speak: Check <application name>
- One 2) Next 3) Yes 4) Goodbye
- Speak: Next
- Provide a detailed description of the steps to reproduce the issue. For example:
-
Expected Behavior:
- Should be get "Next" Value in siri kit intent or app intent.
-
Actual Behavior:
- But it give previous user input key word give in siri kit intent and recuresively repeat dialog in app intent.
-
Device versions and Region and Language:
- Device model: IPhone 11 and OS version: 17.4.1
- Region: Us and Language: English(US)
-
Impact:
- User Cant use Iterative dialog in one context.
-
Additional:
How Different command work on app intent and siri kit intent on diffrent diffrent device. you can follow No vise in order.
|| No || Diffrent Device test on Diffrent sinario || SiriKit intent || app Intent || | 1 | ISG iPhone 11 - Next | Not | Not | | 2 | ISG iPhone 11 - Yes | Not | Yes (But Using Enum) | | 3 | ISG iPhone 11 - GoodBye | Not | Yes (But Using Enum) | | 4 | ISG iPhone 11 - One | Yes | Yes | | 5 | iPad - Next | Not | Not | | 6 | iPad - One | Yes | Yes | | 7 | iPad - GoodBye | Not | Yes | | 8 | iPad - Yes | Not | Yes | | 9 | Simulator - iPhone 15 - Next, Yes, One, GoodBye | Yes | Yes |
Please help me in it...