Action slot-values associated to the control's capabilities.
Action slot-values associate utterances to a control. For example, if the
user says "change the time", it is parsed as a GeneralControlIntent
with slot values action = change
and target = time
. Only controls
that are registered with the change
action should offer to handle this
intent.
Usage:
Target-slot values associated with this Control.
Targets associate utterances to a control. For example, if the user says
"change the time", it is parsed as a GeneralControlIntent
with slot
values action = change
and target = time
. Only controls that are
registered with the time
target should offer to handle this intent.
Default: ['builtin_it']
Usage:
Control behavior:
Props associated with the interaction model.