You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Test a sentence per language without voice: without executing commands
18
+
19
+
If you want to test if a sentence works in a specific language without actually executing the commands, use the sentence parser in the **Developer tools**.
20
+
21
+
1. Go to {% my developer_assist title="**Developer tools** > **Assist**" %}.
22
+
2. In the sentence parser, select the language and enter the sentence you want to test.
23
+
3. The debug tool shows you the following:
24
+
- The intent triggered.
25
+
- The entities that were targeted.
26
+
- Which of the targeted entities were matched.
27
+

28
+
29
+
30
+
## Test a sentence per assistant without voice: while executing the commands
31
+
32
+
If you want to test if a sentence works with a specific assistant while actively executing the commands, use the sentence parser in the **Debug** view.
18
33
19
34
1.[Open the debug view](#view-debug-information).
20
35
2. In the top right corner, select the icon.
21
36

22
-
3. Select **Run text pipeline**.
37
+
3. Select the assistant you want to test.
38
+
4. Select **Run text pipeline**.
23
39

24
-
4. Enter the phrase you want to test and select **Run**.
40
+
5. Enter the phrase you want to test and select **Run**.
25
41

26
-
5. Check if it worked.
42
+
6. Check if it worked.
27
43

28
44
- If the phrase does not work, try a variant. For example, if *Turn off the light* doesn't work, try: *Turn off the lights in the kitchen*.
29
45
- Check if your phrase is [supported](/voice_control/builtin_sentences/).
0 commit comments