Action slot-values associated to the control's capabilities.
Default:
{
set: ['builtin_set', 'builtin_select'],
change: ['builtin_set']
}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:
Additional properties to resolve utterance conflicts caused by the configured slot type.
Purpose:
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.