Can I have the NLU
# intent: A+B+C
- hi
- howdy
And have domain
- Intents: {A, B, C}
And then have Core (“hi” should execute action_A)
* A
- action_A
Can I have the NLU
# intent: A+B+C
- hi
- howdy
And have domain
And then have Core (“hi” should execute action_A)
* A
- action_A
I might not fully understand based on the limited description above, but this seems similar to my question posted here: Multiple slot filling from multi-intent (intent_X + intent_Y)
The above link isn’t describing the same intended scenario
What I mean is:
If I have an intent A+B
,
would it possible to predict an action that is trained like below:
# not using B here
* A
- action_A