Is this info from Chat GPT somehow correct?
language: en
intents:
SetLightBrightness:
data:
- sentences:
- “Set the light to {Rate} brightness”
- sentences:
- “Make the lights {Rate}”
slots:
Rate:
values:
- in:
- “a lot”
- “very bright”
- “maximum”
out: “high”
- in:
- “a little”
- “dim”
- “low”
out: “low”
Can I have multiple INs for one OUT?
(This sample is not working)