Whether the Control has to obtain explicit confirmation of the value.
If true
:
Unique identifier for control instance
Props to configure input handling.
Props to customize the relationship between the control and the interaction model.
Props to customize the prompt fragments that will be added by
this.renderAct()
.
Props to customize the reprompt fragments that will be added by
this.renderAct()
.
Determines if the Control must obtain a value.
true
the Control will take initiative to elicit a value.false
the Control will not take initiative to elicit a value, but the user
can provide one if they wish, e.g. "U: I need it between Monday and Friday".Props for determining if the date(s) are valid.
Function that maps the startDate/endDate or range to rendered value that will be presented to the user as a list.
Default: returns the value unchanged.
Props for a ValueControl.