Options
All
  • Public
  • Public/Protected
  • All
Menu

Module commonControls/LanguageStrings

Object literals

Object literals

Const defaultI18nResources

defaultI18nResources: object

Localized data for built-ins.

Contains prompts, reprompts, APL strings, and interaction model data.

en

en: object

translation

translation: object

ACKNOWLEDGE_INPUT_ACT_DEFAULT_PROMPT

ACKNOWLEDGE_INPUT_ACT_DEFAULT_PROMPT: string = "OK."

CONFIRM_VALUE_ACT_DEFAULT_PROMPT

CONFIRM_VALUE_ACT_DEFAULT_PROMPT: string = `Was that {{value}}.`

CONJUNCTION_CONTROL_INTENT_SAMPLES

CONJUNCTION_CONTROL_INTENT_SAMPLES: string[] = ['{action} {target.a} {conjunction} {target.b}', // {change} {start} {and} {end}'{feedback} {action} {target.a} {conjunction} {target.b}', // {yes} {change} {start} {and} {end}'{head} {action} {target.a} {conjunction} {target.b}', // {just} {change} {start} {and} {end}'{action} {target.a} {conjunction} {target.b} {tail}', // {change} {start} {and} {end} {please}'{feedback} {action} {target.a} {conjunction} {target.b} {tail}', // {yes} {change} {start} {and} {end} {please}'{head} {action} {target.a} {conjunction} {target.b} {tail}', // {just} {change} {start} {and} {end} {please}]

DATE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

DATE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

DATE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

DATE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, invalid Date."

DATE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

DATE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry but that's not a valid date because {{reason}}."

DATE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE

DATE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

DATE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

DATE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What date?"

DATE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_FUTURE_DATE_ONLY

DATE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_FUTURE_DATE_ONLY: string = "the date cannot be less than today"

DATE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_PAST_DATE_ONLY

DATE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_PAST_DATE_ONLY: string = "the date cannot be greater than today"

DATE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

DATE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

DATE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED

DATE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED: string = "Changed from {{old}} to {{new}}."

DATE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

DATE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

DATE_CONTROL_DEFAULT_PROMPT_VALUE_SET

DATE_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "OK."

DATE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

DATE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

DATE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

DATE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, invalid Date."

DATE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

DATE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry but that's not a valid date because {{reason}}."

DATE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE

DATE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

DATE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

DATE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What date?"

DATE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_FUTURE_DATE_ONLY

DATE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_FUTURE_DATE_ONLY: string = "the date cannot be less than today"

DATE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_PAST_DATE_ONLY

DATE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_PAST_DATE_ONLY: string = "the date cannot be greater than today"

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED: string = "Changed from {{old}} to {{new}}."

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_SET

DATE_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "OK."

DATE_CONTROL_INTENT_SAMPLES

DATE_CONTROL_INTENT_SAMPLES: string[] = ['{AMAZON.DATE}', // {monday}'{action} {preposition} {AMAZON.DATE}', // {set} {to} {monday}'{action} {target} {preposition} {AMAZON.DATE}', // {set} {delivery} {to} {monday}'{target} {preposition} {AMAZON.DATE}', // {delivery} {should be} {monday}'{feedback} {AMAZON.DATE}', // {yes} {monday}'{feedback} {preposition} {AMAZON.DATE}', // {yes} {to} {monday}'{feedback} {action} {preposition} {AMAZON.DATE}', // {yes} {set} {to} {monday}'{feedback} {action} {target} {preposition} {AMAZON.DATE}', // {yes} {set} {delivery} {to} {monday}'{feedback} {target} {preposition} {AMAZON.DATE}', // {yes} {delivery} {should be} {monday}'{head} {AMAZON.DATE}', // {I want} {monday}'{head} {action} {preposition} {AMAZON.DATE}', // {just} {set} {to} {monday}'{head} {action} {target} {preposition} {AMAZON.DATE}', // {You can} {change} {delivery} {to be} {monday}'{head} {target} {preposition} {AMAZON.DATE}', // {I want} {delivery} {to be} {monday}'{AMAZON.DATE} {tail}', // {monday} {please}'{preposition} {AMAZON.DATE} {tail}', // {to} {monday} {please}'{action} {preposition} {AMAZON.DATE} {tail}', // {set} {to} {monday} {please}'{action} {target} {preposition} {AMAZON.DATE} {tail}', // {set} {delivery} {to} {monday} {thanks}'{target} {preposition} {AMAZON.DATE} {tail}', // {delivery} {should be} {monday} {thanks}'{feedback} {AMAZON.DATE} {tail}', // {yes} {monday} {will be great}'{feedback} {preposition} {AMAZON.DATE} {tail}', // {yes} {to} {monday} {please}'{feedback} {action} {preposition} {AMAZON.DATE} {tail}', // {yes} {set} {to} {monday} {please}'{feedback} {action} {target} {preposition} {AMAZON.DATE} {tail}', // {yes} {set} {delivery} {to} {monday} {thanks}'{feedback} {target} {preposition} {AMAZON.DATE} {tail}', // {yes} {delivery} {is} {monday} {thanks}'{head} {AMAZON.DATE} {tail}', // {Just} {monday} {please}'{head} {preposition} {AMAZON.DATE} {tail}', // {Just} {to} {monday} {thanks}'{head} {action} {preposition} {AMAZON.DATE} {tail}', // {I want to} {change} {to} {monday} {thanks}'{head} {target} {preposition} {AMAZON.DATE} {tail}', // {I need} {delivery} {to be} {monday} {thanks}'{head} {action} {target} {preposition} {AMAZON.DATE} {tail}', // {You can} {change} {delivery} {to be} {monday} {thanks}]

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_END_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_END_DATE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_START_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_START_DATE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_CHANGED: string = "Got it. The end date is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_SET

DATE_RANGE_CONTROL_DEFAULT_PROMPT_END_DATE_SET: string = "Got it. The end date is {{value}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_DATE: string = "Sorry, invalid date."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, invalid range."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_END_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_END_WITH_REASON: string = "Sorry but that's not a valid end date because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_START_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_START_WITH_REASON: string = "Sorry but that's not a valid start date because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, invalid range because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_END_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_END_DATE: string = "What should I change the end date to?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_START_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_START_DATE: string = "What should I change the start date to?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_END_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_END_DATE: string = "What is the end date you want?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_START_DATE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_START_DATE: string = "What is the start date you want?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

DATE_RANGE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What is the start date and end date you want?"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_CHANGED: string = "Got it. The start date is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_SET

DATE_RANGE_CONTROL_DEFAULT_PROMPT_START_DATE_SET: string = "Got it. The start date is {{value}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_START_AFTER_END

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALIDATION_FAIL_START_AFTER_END: string = "start date can not be greater than end date"

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED: string = "Got it. The date range is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_SET

DATE_RANGE_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "Got it. The date range is {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_END_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_END_DATE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_START_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_START_DATE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_CHANGED: string = "Got it. The end date is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_SET

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_END_DATE_SET: string = "Got it. The end date is {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_DATE: string = "Sorry, invalid date."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, invalid range."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_END_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_END_WITH_REASON: string = "Sorry but that's not a valid end date because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_START_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_START_WITH_REASON: string = "Sorry but that's not a valid start date because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, invalid range because {{reason}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_END_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_END_DATE: string = "What should I change the end date to?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_START_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_START_DATE: string = "What should I change the start date to?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_END_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_END_DATE: string = "What is the end date you want?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_START_DATE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_START_DATE: string = "What is the start date you want?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What is the start date and end date you want?"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_CHANGED: string = "Got it. The start date is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_SET

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_START_DATE_SET: string = "Got it. The start date is {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_START_AFTER_END

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALIDATION_FAIL_START_AFTER_END: string = "start date can not be greater than end date"

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED: string = "Got it. The date range is changed to {{value}}."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_SET

DATE_RANGE_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "Got it. The date range is {{value}}."

DATE_RANGE_CONTROL_INTENT_SAMPLES

DATE_RANGE_CONTROL_INTENT_SAMPLES: string[] = ['{AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b}', // {monday} {and} {friday}'{AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {monday} {to} {friday}'{preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {from} {monday} {to} {friday}'between {AMAZON.DATE.a} and {AMAZON.DATE.b}', // between {monday} and {friday}'{action} {preposition.a} {AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b}', // {set} {to} {monday} {and} {friday}'{action} {preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {change} {to} {monday} {to} {friday}'{action} between {AMAZON.DATE.a} and {AMAZON.DATE.b}', // {set} between {monday} and {friday}'{action} {target} {preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {change} {blackout} {to} {monday} {to} {friday}'{action} {target} between {AMAZON.DATE.a} and {AMAZON.DATE.b}', // {set} {blackout} between {monday} and {friday}'{action} {target.a} {preposition.a} {AMAZON.DATE.a} {conjunction} {target.b} {preposition.b} {AMAZON.DATE.b}', // {change} {start} {to} {monday} and {end} {to} {friday}'{feedback} {AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b}', // {yes} {monday} {and} {friday}'{feedback} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {yes} {monday} {to} {friday}'{feedback} {preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {yes} {from} {monday} {to} {friday}'{feedback} between {AMAZON.DATE.a} and {AMAZON.DATE.b}', // {yes} between {monday} and {friday}'{head} {AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b}', // {I think} {monday} {and} {friday}'{head} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {I think} {monday} {to} {friday}'{head} {preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b}', // {I think} {from} {monday} {to} {friday}'{head} between {AMAZON.DATE.a} and {AMAZON.DATE.b}', // {I think} between {monday} and {friday}'{AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b} {tail}', // {monday} {and} {friday} {please}'{AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b} {tail}', // {monday} {to} {friday} {please}'{preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b} {tail}', // {from} {monday} {to} {friday} {please}'between {AMAZON.DATE.a} and {AMAZON.DATE.b} {tail}', // between {monday} and {friday} {please}'{head} {AMAZON.DATE.a} {conjunction} {AMAZON.DATE.b} {tail}', // {I think} {monday} {and} {friday} {thanks}'{head} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b} {tail}', // {I think} {monday} {to} {friday} {thanks}'{head} {preposition.a} {AMAZON.DATE.a} {preposition.b} {AMAZON.DATE.b} {tail}', // {I think} {from} {monday} {to} {friday} {thanks}'{head} between {AMAZON.DATE.a} and {AMAZON.DATE.b} {tail}', // {I think} between {monday} and {friday} {thanks}]

GENERAL_CONTROL_INTENT_SAMPLES

GENERAL_CONTROL_INTENT_SAMPLES: string[] = [// "{feedback}", // {Yes} // For bare feedback utterances, use specific simple intents, eg AMAZON.YesIntent.'{feedback} {action}', // {No}, {delete}'{feedback} {action} {target}', // {Yes}, {change} {the delivery date}'{filteredFeedback} {tail}', // {Yes}, {thanks}'{feedback} {action} {tail}', // {Yes} {review} {would be great}'{feedback} {action} {target} {tail}', // {Yes} {review} {the delivery date} {please}// "{action}", // For bare action utterances, use specific simple intents to be compatible with existing ecosystem.'{target}', // {delivery date}'{feedback} {target}', // {Yes}, {delivery date}''{head} {target}', // {just} {delivery date}''{target} {tail}', // {delivery date} {please}''{action} {target}', // {change} {start date}'{head} {action}', // {just} {delete}'{head} {action} {target}', // {just} {delete} {it}'{action} {tail}', // {delete} {is correct}'{action} {target} {tail}', // {update} {my address} {please}'{head} {action} {tail}', // {go ahead and} {delete} {thanks}'{head} {action} {target} {tail}', // {go ahead and} {delete} {the item} {thanks}]

INFORM_CONFUSING_CONFIRMATION_ACT_DEFAULT_PROMPT

INFORM_CONFUSING_CONFIRMATION_ACT_DEFAULT_PROMPT: string = `I'm confused whether you want {{controlValue}} or {{value}}.`

INFORM_CONFUSING_DISCONFIRMATION_ACT_DEFAULT_PROMPT

INFORM_CONFUSING_DISCONFIRMATION_ACT_DEFAULT_PROMPT: string = `I'm confused whether you want {{value}} or not.`

INVALID_REMOVE_VALUE_ACT_DEFAULT_PROMPT

INVALID_REMOVE_VALUE_ACT_DEFAULT_PROMPT: string = `Sorry, {{value}} is not in the list.`

INVALID_VALUE_ACT_DEFAULT_PROMPT

INVALID_VALUE_ACT_DEFAULT_PROMPT: string = `Sorry, {{value}}.`

LAUNCH_ACT_DEFAULT_PROMPT

LAUNCH_ACT_DEFAULT_PROMPT: string = "Welcome."

LIST_CONTROL_DEFAULT_APL_HEADER_TITLE

LIST_CONTROL_DEFAULT_APL_HEADER_TITLE: string = "Please select"

LIST_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

LIST_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

LIST_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

LIST_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_REMOVED_VALUE

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_REMOVED_VALUE: string = "What value do you want to remove? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

LIST_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_PROMPT_UNUSABLE_INPUT_VALUE

LIST_CONTROL_DEFAULT_PROMPT_UNUSABLE_INPUT_VALUE: string = "Sorry, I'm not sure how to do that."

LIST_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

LIST_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

LIST_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED

LIST_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

LIST_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

LIST_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

LIST_CONTROL_DEFAULT_PROMPT_VALUE_SET

LIST_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "OK, {{value}}."

LIST_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

LIST_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

LIST_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_REMOVED_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_REMOVED_VALUE: string = "What value do you want to remove? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

LIST_CONTROL_DEFAULT_REPROMPT_UNUSABLE_INPUT_VALUE

LIST_CONTROL_DEFAULT_REPROMPT_UNUSABLE_INPUT_VALUE: string = "Sorry, I'm not sure how to do that."

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_SET

LIST_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "OK, {{value}}."

MULTIVALUELIST_CONTROL_DEFAULT_APL_HEADER_SUBTITLE

MULTIVALUELIST_CONTROL_DEFAULT_APL_HEADER_SUBTITLE: string = "Say an item or touch it to add it your list"

MULTIVALUELIST_CONTROL_DEFAULT_APL_HEADER_TITLE

MULTIVALUELIST_CONTROL_DEFAULT_APL_HEADER_TITLE: string = "Create your list"

MULTIVALUELIST_CONTROL_DEFAULT_APL_SELECTION_SUBTITLE

MULTIVALUELIST_CONTROL_DEFAULT_APL_SELECTION_SUBTITLE: string = "Swipe left to remove items"

MULTIVALUELIST_CONTROL_DEFAULT_APL_SELECTION_TITLE

MULTIVALUELIST_CONTROL_DEFAULT_APL_SELECTION_TITLE: string = "YOUR SELECTIONS"

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_ACTION_SUGGEST

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_ACTION_SUGGEST: string = "You can add new values or update existing values"

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "OK, I have {{value}}. Is that all?"

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_REMOVE_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_REMOVE_VALUE: string = "Sorry, {{value}} is not in the list."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} can't be added it doesn't exist."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_REQUEST_REMOVED_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_GENERAL_REQUEST_REMOVED_VALUE: string = "What value do you want to remove?"

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} can't be added as {{reason}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_REQUEST_REMOVED_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_REQUEST_REMOVED_VALUE: string = "What value do you want to remove? Some suggestions are {{suggestions}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_ADD

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_ADD: string = "OK, added {{value}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_CLEARED

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_CLEARED: string = "OK, removed {{value}} from the list."

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_REMOVE

MULTI_VALUE_LIST_CONTROL_DEFAULT_PROMPT_VALUE_REMOVE: string = "OK, removed {{value}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_ACTION_SUGGEST

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_ACTION_SUGGEST: string = "You can add new values or update existing values"

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Ok I have {{value}}. Is that all?"

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_REMOVE_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_REMOVE_VALUE: string = "Sorry, {{value}} is not in the list."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} can't be added it doesn't exist."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_REQUEST_REMOVED_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_GENERAL_REQUEST_REMOVED_VALUE: string = "What value do you want to remove?"

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} can't be added as {{reason}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_REMOVED_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_REMOVED_VALUE: string = "What value do you want to remove? Some suggestions are {{suggestions}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_ADD

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_ADD: string = "OK, added {{value}}."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_CLEARED

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_CLEARED: string = "OK, removed {{value}} from the list."

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_REMOVE

MULTI_VALUE_LIST_CONTROL_DEFAULT_REPROMPT_VALUE_REMOVE: string = "OK, removed {{value}}."

NON_UNDERSTANDING_ACT_DEFAULT_PROMPT

NON_UNDERSTANDING_ACT_DEFAULT_PROMPT: string = "Sorry I didn't understand that."

NUMBER_CONTROL_DEFAULT_APL_HEADER_TITLE

NUMBER_CONTROL_DEFAULT_APL_HEADER_TITLE: string = "Enter a number..."

NUMBER_CONTROL_DEFAULT_APL_INVALID_VALUE

NUMBER_CONTROL_DEFAULT_APL_INVALID_VALUE: string = "Sorry but '{{value}}' is not a valid choice."

NUMBER_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

NUMBER_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry but that's not a valid choice."

NUMBER_CONTROL_DEFAULT_PROMPT_INFORM_CONFUSING_CONFIRMATION

NUMBER_CONTROL_DEFAULT_PROMPT_INFORM_CONFUSING_CONFIRMATION: string = "Sorry the previous value is {{previousValue}}, but you confirmed to a different number."

NUMBER_CONTROL_DEFAULT_PROMPT_INFORM_CONFUSING_DISCONFIRMATION

NUMBER_CONTROL_DEFAULT_PROMPT_INFORM_CONFUSING_DISCONFIRMATION: string = "Sorry you disagreed but with the same number."

NUMBER_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

NUMBER_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry but that's not a valid choice because {{reason}}."

NUMBER_CONTROL_DEFAULT_PROMPT_REPEAT_UNUSABLE_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_REPEAT_UNUSABLE_VALUE: string = "I'm really sorry but I heard {{value}} again."

NUMBER_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

NUMBER_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What number?"

NUMBER_CONTROL_DEFAULT_PROMPT_SUGGEST_VALUE

NUMBER_CONTROL_DEFAULT_PROMPT_SUGGEST_VALUE: string = "Did you perhaps mean {{value}}?"

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_SET

NUMBER_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "Ok. Value set to {{value}}."

NUMBER_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

NUMBER_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry but that's not a valid choice."

NUMBER_CONTROL_DEFAULT_REPROMPT_INFORM_CONFUSING_CONFIRMATION

NUMBER_CONTROL_DEFAULT_REPROMPT_INFORM_CONFUSING_CONFIRMATION: string = "Sorry the previous value is {{previousValue}}, but you confirmed to a different number."

NUMBER_CONTROL_DEFAULT_REPROMPT_INFORM_CONFUSING_DISCONFIRMATION

NUMBER_CONTROL_DEFAULT_REPROMPT_INFORM_CONFUSING_DISCONFIRMATION: string = "Sorry you disagreed but with the same number."

NUMBER_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

NUMBER_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry but that's not a valid choice because {{reason}}."

NUMBER_CONTROL_DEFAULT_REPROMPT_REPEAT_UNUSABLE_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_REPEAT_UNUSABLE_VALUE: string = "I'm really sorry but I heard {{value}} again."

NUMBER_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

NUMBER_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What number?"

NUMBER_CONTROL_DEFAULT_REPROMPT_SUGGEST_VALUE

NUMBER_CONTROL_DEFAULT_REPROMPT_SUGGEST_VALUE: string = "Did you perhaps mean {{value}}?"

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_SET

NUMBER_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "Ok. Value set to {{value}}."

NUMBER_CONTROL_INTENT_SAMPLES

NUMBER_CONTROL_INTENT_SAMPLES: string[] = ['{AMAZON.NUMBER}', // {three}'{action} {AMAZON.NUMBER}', // {add} {three}'{action} {preposition} {AMAZON.NUMBER}', // {set} {to} {three}'{action} {target} {preposition} {AMAZON.NUMBER}', // {set} {quantity} {to} {three}'{target} {preposition} {AMAZON.NUMBER}', // {quantity} {is} {three}'{feedback} {AMAZON.NUMBER}', // {yes} {three}'{feedback} {action} {AMAZON.NUMBER}', // {yes} {add} {three}'{feedback} {preposition} {AMAZON.NUMBER}', // {yes} {to} {three}'{feedback} {action} {preposition} {AMAZON.NUMBER}', // {yes} {set} {to} {three}'{feedback} {action} {target} {preposition} {AMAZON.NUMBER}', // {yes} {set} {quantity} {to} {three}'{feedback} {target} {preposition} {AMAZON.NUMBER}', // {yes} {quantity} {should be} {three}'{head} {AMAZON.NUMBER}', // {I want} {three}'{head} {action} {AMAZON.NUMBER}', // {just} {add} {three}'{head} {action} {preposition} {AMAZON.NUMBER}', // {just} {set} {to} {three}'{head} {action} {target} {preposition} {AMAZON.NUMBER}', // {You can} {change} {quantity} {to be} {three}'{head} {target} {preposition} {AMAZON.NUMBER}', // {I want} {quantity} {to be} {three}'{AMAZON.NUMBER} {tail}', // {three} {please}'{preposition} {AMAZON.NUMBER} {tail}', // {to} {three} {please}'{action} {preposition} {AMAZON.NUMBER} {tail}', // {set} {to} {three} {please}'{action} {target} {preposition} {AMAZON.NUMBER} {tail}', // {set} {quantity} {to} {three} {thanks}'{target} {preposition} {AMAZON.NUMBER} {tail}', // {quantity} {should be} {three} {thanks}'{feedback} {AMAZON.NUMBER} {tail}', // {yes} {three} {will be great}'{feedback} {preposition} {AMAZON.NUMBER} {tail}', // {yes} {to} {three} {please}'{feedback} {action} {AMAZON.NUMBER} {tail}', // {yes} {add} {three} {please}'{feedback} {action} {preposition} {AMAZON.NUMBER} {tail}', // {yes} {set} {to} {three} {please}'{feedback} {action} {target} {preposition} {AMAZON.NUMBER} {tail}', // {yes} {set} {quantity} {to} {three} {thanks}'{feedback} {target} {preposition} {AMAZON.NUMBER} {tail}', // {yes} {quantity} {is} {three} {thanks}'{head} {AMAZON.NUMBER} {tail}', // {Just} {three} {please}'{head} {preposition} {AMAZON.NUMBER} {tail}', // {Just} {to} {three} {thanks}'{head} {action} {AMAZON.NUMBER} {tail}', // {I want to} {add} {three} {thanks}'{head} {action} {preposition} {AMAZON.NUMBER} {tail}', // {I want to} {change} {to} {three} {thanks}'{head} {target} {preposition} {AMAZON.NUMBER} {tail}', // {I need} {quantity} {to be} {three} {thanks}'{head} {action} {target} {preposition} {AMAZON.NUMBER} {tail}', // {You can} {change} {quantity} {to be} {three} {thanks}]

ORDINAL_CONTROL_INTENT_SAMPLES

ORDINAL_CONTROL_INTENT_SAMPLES: string[] = ['{AMAZON.Ordinal}', // {first}'{preposition} {AMAZON.Ordinal}', // {the} {first}'{AMAZON.Ordinal} one', // {first} one'{preposition} {AMAZON.Ordinal} one', // {the} {first} one'{action} {AMAZON.Ordinal}', // {select} {first}'{action} {preposition} {AMAZON.Ordinal}', // {select} {the} {first}'{action} {preposition} {AMAZON.Ordinal} one', // {select} {the} {first} one'{action} {target} {preposition} {AMAZON.Ordinal}', // {Move} {Bob} {to} {second}'{target} {preposition} {AMAZON.Ordinal}', // {Bob} {is} {first}'{feedback} {AMAZON.Ordinal}', // {yes} {first}'{feedback} {preposition} {AMAZON.Ordinal}', // {yes} {the} {first}'{feedback} {AMAZON.Ordinal} one', // {yes} {first} one'{feedback} {preposition} {AMAZON.Ordinal} one', // {yes} {the} {first} one'{feedback} {action} {AMAZON.Ordinal}', // {yes} {select} {first}'{feedback} {action} {preposition} {AMAZON.Ordinal}', // {yes} {select} {the} {first}'{feedback} {action} {preposition} {AMAZON.Ordinal} one', // {yes} {select} {the} {first} one'{feedback} {action} {target} {preposition} {AMAZON.Ordinal}', // {yes} {Move} {Bob} {to} {second}'{feedback} {target} {preposition} {AMAZON.Ordinal}', // {yes} {Bob} {is} {first}'{head} {preposition} {AMAZON.Ordinal}', // {I want} {the} {first}'{head} {preposition} {AMAZON.Ordinal} one', // {I want} {the} {first} one'{head} {action} {preposition} {AMAZON.Ordinal}', // {just} {select} {the} {first}'{head} {action} {target} {preposition} {AMAZON.Ordinal}', // {You can} {change} {Bob} {to be} {first}'{head} {target} {preposition} {AMAZON.Ordinal}', // {I need} {Bob} {to go} {first}'{AMAZON.Ordinal} {tail}', // {first} {please}'{preposition} {AMAZON.Ordinal} {tail}', // {the} {first} {please}'{AMAZON.Ordinal} one {tail}', // {first} one {please}'{preposition} {AMAZON.Ordinal} one {tail}', // {the} {first} one {please}'{action} {AMAZON.Ordinal} {tail}', // {select} {first} {please}'{action} {target} {preposition} {AMAZON.Ordinal} {tail}', // {Move} {Bob} {to} {second} {thanks}'{target} {preposition} {AMAZON.Ordinal} {tail}', // {Bob} {is} {first} {thanks}'{feedback} {AMAZON.Ordinal} {tail}', // {yes} {first} {will be great}'{feedback} {preposition} {AMAZON.Ordinal} {tail}', // {yes} {the} {first} {please}'{feedback} {AMAZON.Ordinal} one {tail}', // {yes} {first} one {please}'{feedback} {preposition} {AMAZON.Ordinal} one {tail}', // {yes} {the} {first} one {please}'{feedback} {action} {AMAZON.Ordinal} {tail}', // {yes} {select} {first} {please}'{feedback} {action} {preposition} {AMAZON.Ordinal} {tail}', // {yes} {select} {the} {first} {please}'{feedback} {action} {preposition} {AMAZON.Ordinal} one {tail}', // {yes} {select} {the} {first} one {please}'{feedback} {action} {target} {preposition} {AMAZON.Ordinal} {tail}', // {yes} {Move} {Bob} {to} {second} {thanks}'{feedback} {target} {preposition} {AMAZON.Ordinal} {tail}', // {yes} {Bob} {is} {first} {thanks}'{head} {AMAZON.Ordinal} {tail}', // {Just} {first} {please}'{head} {preposition} {AMAZON.Ordinal} {tail}', // {I want} {the} {first} {thanks}'{head} {preposition} {AMAZON.Ordinal} one {tail}', // {I want} {the} {first} {one} {thanks}'{head} {action} {preposition} {AMAZON.Ordinal} {tail}', // {I want to} {change} {the} {first} {thanks}'{head} {action} {preposition} {AMAZON.Ordinal} one {tail}', // {I want to} {change} {the} {first} one {thanks}'{head} {target} {preposition} {AMAZON.Ordinal} {tail}', // {I need} {Bob} {to go} {first} {thanks}'{head} {action} {target} {preposition} {AMAZON.Ordinal} {tail}', // {You can} {change} {Bob} {to be} {first} {thanks}]

PROBLEMATIC_INPUT_VALUE_ACT_DEFAULT_PROMPT

PROBLEMATIC_INPUT_VALUE_ACT_DEFAULT_PROMPT: string = `I'm really sorry but I heard {{value}} again.`

QUESTIONNAIRE_CONTROL_DEFAULT_APL_HEADER_TITLE

QUESTIONNAIRE_CONTROL_DEFAULT_APL_HEADER_TITLE: string = "Please select..."

QUESTIONNAIRE_CONTROL_DEFAULT_APL_SUBMIT_TEXT

QUESTIONNAIRE_CONTROL_DEFAULT_APL_SUBMIT_TEXT: string = "Submit >"

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ACKNOWLEDGE_NOT_COMPLETE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ACKNOWLEDGE_NOT_COMPLETE: string = "No problem. Just let me know when you are done."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ASK_IF_COMPLETE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ASK_IF_COMPLETE: string = "Are you happy with all answers?"

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ASK_IF_COMPLETE_TERSE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_ASK_IF_COMPLETE_TERSE: string = ""

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_COMPLETED

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_COMPLETED: string = "Great, thank you."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_COMPLETION_REJECTED

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_COMPLETION_REJECTED: string = "Sorry, {{renderedReason}} is not a valid choice."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_LOW_RISK_OF_MISUNDERSTANDING

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_LOW_RISK_OF_MISUNDERSTANDING: string = ""

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_CHOICE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_CHOICE: string = "OK, {{choice}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_QUESTION_AND_CHOICE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_QUESTION_AND_CHOICE: string = "OK, {{choice}} for {{question}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to? Some suggestions are {{suggestions}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_UNUSABLE_INPUT_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_UNUSABLE_INPUT_VALUE: string = "Sorry, I'm not sure how to do that."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_SET

QUESTIONNAIRE_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "OK, {{value}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ACKNOWLEDGE_NOT_COMPLETE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ACKNOWLEDGE_NOT_COMPLETE: string = "No problem. Just let me know when you are done."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ASK_IF_COMPLETE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ASK_IF_COMPLETE: string = "Are you happy with all answers?"

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ASK_IF_COMPLETE_TERSE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_ASK_IF_COMPLETE_TERSE: string = ""

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_COMPLETED

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_COMPLETED: string = "Great, thank you."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_COMPLETION_REJECTED

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_COMPLETION_REJECTED: string = "Sorry, {{renderedReason}} is not a valid choice."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_LOW_RISK_OF_MISUNDERSTANDING

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_LOW_RISK_OF_MISUNDERSTANDING: string = ""

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_CHOICE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_CHOICE: string = "OK, {{choice}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_QUESTION_AND_CHOICE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_QUESTION_ANSWERED_RISK_OF_MISUNDERSTANDING_QUESTION_AND_CHOICE: string = "OK, {{choice}} for {{question}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to? Some suggestions are {{suggestions}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What is your selection? Some suggestions are {{suggestions}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_UNUSABLE_INPUT_VALUE

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_UNUSABLE_INPUT_VALUE: string = "Sorry, I'm not sure how to do that."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_SET

QUESTIONNAIRE_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "OK, {{value}}."

REQUEST_CHANGED_VALUE_ACT_DEFAULT_PROMPT

REQUEST_CHANGED_VALUE_ACT_DEFAULT_PROMPT: string = `What is the new value for {{value}}.`

REQUEST_CHANGED_VALUE_BY_LIST_ACT_DEFAULT_PROMPT

REQUEST_CHANGED_VALUE_BY_LIST_ACT_DEFAULT_PROMPT: string = `What is the new value for {{value}}? Choices include {{choices}}.`

REQUEST_REMOVED_VALUE_BY_LIST_ACT_DEFAULT_PROMPT

REQUEST_REMOVED_VALUE_BY_LIST_ACT_DEFAULT_PROMPT: string = `What value to remove for {{value}}? Choices include {{choices}}.`

REQUEST_VALUE_ACT_DEFAULT_PROMPT

REQUEST_VALUE_ACT_DEFAULT_PROMPT: string = `What value for {{value}}.`

REQUEST_VALUE_BY_LIST_ACT_DEFAULT_PROMPT

REQUEST_VALUE_BY_LIST_ACT_DEFAULT_PROMPT: string = `What value for {{value}}? Choices include {{choices}}`

SUGGEST_ACTION_ACT_DEFAULT_PROMPT

SUGGEST_ACTION_ACT_DEFAULT_PROMPT: string = "You can add or update values."

SUGGEST_VALUE_ACT_DEFAULT_PROMPT

SUGGEST_VALUE_ACT_DEFAULT_PROMPT: string = `Did you perhaps mean {{value}}?`

UNUSABLE_INPUT_VALUE_ACT_DEFAULT_PROMPT

UNUSABLE_INPUT_VALUE_ACT_DEFAULT_PROMPT: string = `Sorry, {{value}}.`

VALUE_ADDED_ACT_DEFAULT_PROMPT

VALUE_ADDED_ACT_DEFAULT_PROMPT: string = `OK, added {{value}}.`

VALUE_CHANGED_ACT_DEFAULT_PROMPT

VALUE_CHANGED_ACT_DEFAULT_PROMPT: string = `Ok, updated to {{value}}.`

VALUE_CLEARED_ACT_DEFAULT_PROMPT

VALUE_CLEARED_ACT_DEFAULT_PROMPT: string = `OK, removed all {{value}}.`

VALUE_CONFIRMED_ACT_DEFAULT_PROMPT

VALUE_CONFIRMED_ACT_DEFAULT_PROMPT: string = "Great."

VALUE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE

VALUE_CONTROL_DEFAULT_PROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

VALUE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE

VALUE_CONTROL_DEFAULT_PROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

VALUE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON

VALUE_CONTROL_DEFAULT_PROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

VALUE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE

VALUE_CONTROL_DEFAULT_PROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

VALUE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE

VALUE_CONTROL_DEFAULT_PROMPT_REQUEST_VALUE: string = "What should i set it to?"

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_AFFIRMED: string = "Great."

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_DISAFFIRMED: string = "My mistake."

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_SET

VALUE_CONTROL_DEFAULT_PROMPT_VALUE_SET: string = "OK, {{value}}."

VALUE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE

VALUE_CONTROL_DEFAULT_REPROMPT_CONFIRM_VALUE: string = "Was that {{value}}?"

VALUE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE

VALUE_CONTROL_DEFAULT_REPROMPT_GENERAL_INVALID_VALUE: string = "Sorry, {{value}} is not a valid choice."

VALUE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON

VALUE_CONTROL_DEFAULT_REPROMPT_INVALID_VALUE_WITH_REASON: string = "Sorry, {{value}} is not a valid choice because {{reason}}."

VALUE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE

VALUE_CONTROL_DEFAULT_REPROMPT_REQUEST_CHANGED_VALUE: string = "What should I change it to?"

VALUE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE

VALUE_CONTROL_DEFAULT_REPROMPT_REQUEST_VALUE: string = "What should i set it to?"

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_AFFIRMED: string = "Great."

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_CHANGED: string = "OK, I changed it to {{value}}."

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_DISAFFIRMED: string = "My mistake."

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_SET

VALUE_CONTROL_DEFAULT_REPROMPT_VALUE_SET: string = "OK, {{value}}."

VALUE_CONTROL_INTENT_SAMPLES

VALUE_CONTROL_INTENT_SAMPLES: string[] = ['[[filteredValueSlotType]]', // {Apples}, assuming 'apples' matches a value of the slotType.'{action} [[valueSlotType]]', // {select} {apples}'{action} {preposition} [[valueSlotType]]', // {change} {to} {apples}'{action} {target} {preposition} [[valueSlotType]]', // {change} {my choice} {to} {apples}'{target} {preposition} [[valueSlotType]]', // {my favorite fruit} {is} {apples}'{target} [[valueSlotType]]', // {have headache} {frequently}'{feedback} [[filteredValueSlotType]]', // {yes} {apples}'{feedback} {action} [[valueSlotType]]', // {yes} {add} {apples}'{feedback} {preposition} [[filteredValueSlotType]]', // {yes} {to} {apples}'{feedback} {action} {preposition} [[valueSlotType]]', // {yes} {change} {to} {apples}'{feedback} {action} {target} {preposition} [[valueSlotType]]', // {yes} {set} {my choice} {to} {apples}'{feedback} {target} {preposition} [[valueSlotType]]', // {yes} {my choice} {is} {three}'{feedback} {target} [[valueSlotType]]', // {yes} {I have headache} {frequently}'{head} [[filteredValueSlotType]]', // {I want} {apples}'{head} {action} [[valueSlotType]]', // {just} {add} {apples}'{head} {action} {preposition} [[valueSlotType]]', // {just} {set} {to} {apples}'{head} {action} {target} {preposition} [[valueSlotType]]', // {You can} {change} {my choice} {to be} {apples}'{head} {target} {preposition} [[valueSlotType]]', // {I want} {it} {to be} {apples}'{head} {target} [[valueSlotType]]', // {well} {I have headache} {frequently}'[[filteredValueSlotType]] {tail}', // {apples} {please}'{preposition} [[filteredValueSlotType]] {tail}', // {to} {apples} {please}'{action} {preposition} [[valueSlotType]] {tail}', // {set} {to} {apples} {please}'{action} {target} {preposition} [[valueSlotType]] {tail}', // {set} {it} {to} {apples} {thanks}'{target} {preposition} [[valueSlotType]] {tail}', // {it} {should be} {apples} {thanks}'{feedback} [[filteredValueSlotType]] {tail}', // {yes} {apples} {will be great}'{feedback} {preposition} [[filteredValueSlotType]] {tail}', // {yes} {to} {apples} {please}'{feedback} {action} [[valueSlotType]] {tail}', // {yes} {add} {apples} {please}'{feedback} {action} {preposition} [[valueSlotType]] {tail}', // {yes} {set} {to} {apples} {please}'{feedback} {action} {target} {preposition} [[valueSlotType]] {tail}', // {yes} {change} {my choice} {to} {apples} {thanks}'{feedback} {target} {preposition} [[valueSlotType]] {tail}', // {yes} {my choice} {is} {apples} {thanks}'{feedback} {target} [[valueSlotType]] {tail}', // {yes} {I get headaches} {frequently} {for some reason}'{head} [[filteredValueSlotType]] {tail}', // {Just} {apples} {please}'{head} {preposition} [[filteredValueSlotType]] {tail}', // {Just} {to} {apples} {thanks}'{head} {action} [[valueSlotType]] {tail}', // {I want to} {add} {apples} {thanks}'{head} {action} {preposition} [[valueSlotType]] {tail}', // {I want to} {change} {to} {apples} {thanks}'{head} {target} {preposition} [[valueSlotType]] {tail}', // {I need} {it} {to be} {apples} {thanks}'{head} {target} [[valueSlotType]] {tail}', // {I just} {get headaches} {frequently} {for some reason}'{head} {action} {target} {preposition} [[valueSlotType]] {tail}', // {You can} {change} {it} {to be} {apples} {thanks}// new things for questionnaire control. // TODO: integrate into main list.'[[valueSlotType]] {target}', // {I rarely have} {headache}'{feedback} [[valueSlotType]] {target}', // {correct} {I rarely have} {headache}'{head} [[valueSlotType]] {target}', // {I only} {rarely get} {headache}'[[valueSlotType]] {target} {tail}', // {I frequently have} {headache} {for some reason}'{head} [[valueSlotType]] {target} {tail}', // {I just} {I frequently have} {headache} {for some reason}]

VALUE_DISCONFIRMED_ACT_DEFAULT_PROMPT

VALUE_DISCONFIRMED_ACT_DEFAULT_PROMPT: string = "My mistake."

VALUE_REMOVED_ACT_DEFAULT_PROMPT

VALUE_REMOVED_ACT_DEFAULT_PROMPT: string = `OK, removed {{value}}.`

VALUE_SET_ACT_DEFAULT_PROMPT

VALUE_SET_ACT_DEFAULT_PROMPT: string = `OK, {{value}}.`

SHARED_SLOT_TYPES_ACTION

SHARED_SLOT_TYPES_ACTION: object

name

name: SharedSlotType = SharedSlotType.ACTION

values

values: object[] = [{id: $.Action.Set,name: {value: 'set',synonyms: ['set','assign','make','will be','must be','must be set to','must be equal to','should be','should be','should be set to','should be equal to','needs to be','needs to be set to',],},},{id: $.Action.Change,name: {value: 'change',synonyms: ['update','move','alter','change','switch','should be','should be changed to','should be changed','should be updated to','should be updated','should be altered to','should be altered','needs to be changed to','needs to be changed','needs to be updated to','needs to be updated','needs to be altered to','needs to be altered',],},},{id: $.Action.Select,name: {value: 'select',synonyms: ['select','choose','take','pick','want','need','go with','be fine with','going to go with','gonna pick','gonna go with','be taking',],},},{id: $.Action.Complete,name: {value: 'complete',synonyms: ['complete','am done','can be done','am complete',`don't have anything else`,'nothing further',"that's it",'all done','no more','submit','nothing else','got nothing else','got nothing more','not nothing further',],},},{id: $.Action.GoBack,name: {value: 'goBack',synonyms: ['back','go back','go back to previous','go back to the last','go back to last','return','go backward','back to previous','back to last',],},},{id: $.Action.Start,name: {value: 'start',synonyms: ['start', 'commence', 'begin'],},},{id: $.Action.Restart,name: {value: 'restart',synonyms: ['recommence', 'start over'],},},{id: $.Action.Resume,name: {value: 'resume',synonyms: ['continue'],},},{id: $.Action.Add,name: {value: 'add',synonyms: ['add'],},},{id: $.Action.Remove,name: {value: 'remove',synonyms: ['remove', 'delete'],},},{id: $.Action.Clear,name: {value: 'clear',synonyms: ['remove all', 'clear'],},},{id: $.Action.Ignore,name: {value: 'ignore',synonyms: ['ignore'],},},]

SHARED_SLOT_TYPES_CONJUNCTION

SHARED_SLOT_TYPES_CONJUNCTION: object

name

name: SharedSlotType = SharedSlotType.CONJUNCTION

values

values: object[] = [{id: $.Conjunction,name: {value: 'conjunction',synonyms: ['and', 'and then', 'then', 'and also'],},},]

SHARED_SLOT_TYPES_FEEDBACK

SHARED_SLOT_TYPES_FEEDBACK: object

name

name: SharedSlotType = SharedSlotType.FEEDBACK

values

values: object[] = [{id: $.Feedback.Affirm,name: {value: 'affirm',synonyms: ['yes I do','okay','kay','k','yes','yup','yep','yes','ya','yes I want', // TODO: consider splitting out as action=desire.'yes I need','yes I said',"yes that's right","that's correct",'ah yes','affirmative','makes sense','right','sounds good','sure',"that's right",'totally','works for me','yeah','yeah ok','yes ok',"yes that's good",'yes sure','yes good','yes exactly','exactly','yes I do','absolutely','yes absolutely','fine','yes fine','I have','yes I have',],},},{id: $.Feedback.Disaffirm,name: {value: 'disaffirm',synonyms: ['no','no no','no no no','no no no no','no I want','no I said','no not that','not even close','nope','incorrect','you misunderstood','you have it wrong',"that's wrong",'thats wrong','wrong','absolutely not',"I don't think so",'naw','naw','negative','never','no alexa','no amazon','no incorrect',"no that's wrong","no it's not",'definitely not','no definitely not','not ever','oh no','ohh no','o no no','please no',"that's not what I want",'that was totally wrong','that is totally wrong','that is wrong','I do not have',"I don't have",'I do not',"I don't",'no I do not',"no I don't",'no I do not have','no I do not have',"no I don't have","no I don't have",],},},]

SHARED_SLOT_TYPES_FILTERED_FEEDBACK

SHARED_SLOT_TYPES_FILTERED_FEEDBACK: object

name

name: SharedSlotType = SharedSlotType.FILTERED_FEEDBACK

values

values: object[] = [{id: 'placeholder',name: {value: 'placeholder_awaiting_real_values',synonyms: ['placeholder_awaiting_real_values_synonym'],},},]

SHARED_SLOT_TYPES_HEAD

SHARED_SLOT_TYPES_HEAD: object

name

name: SharedSlotType = SharedSlotType.HEAD

values

values: object[] = [{id: $.Head,name: {value: 'head',synonyms: ['I',"I'll",'please','thanks','thank you','I will','I want you to','I want you to just','I need you to','I need you to just','I think','I think just','I think I want','I think I need','I think you can','I think you can just','I think that',"I'm pretty sure","I'm pretty sure that",'I am pretty sure','I am pretty sure that','I believe','I believe that','You can','You can just','You can just go ahead and','You should','You should just','Just','Go ahead and','Just go ahead','Just go ahead and','I only',],},},]

SHARED_SLOT_TYPES_PREPOSITION

SHARED_SLOT_TYPES_PREPOSITION: object

name

name: SharedSlotType = SharedSlotType.PREPOSITION

values

values: object[] = [{id: $.Preposition,name: {value: 'preposition',synonyms: ['the','to','to the','to be','to go','in','in to','into','is','equal to','to be equal to','also','to also be','to be also','from','until',],},},]

SHARED_SLOT_TYPES_TAIL

SHARED_SLOT_TYPES_TAIL: object

name

name: SharedSlotType = SharedSlotType.TAIL

values

values: object[] = [{id: $.Tail,name: {value: 'tail',synonyms: ['please','thanks','now please','now thanks','please thanks','will be fine','will be fine thanks','is good','is good thanks','will be good','will be good thanks','is plenty','is plenty thanks','will be plenty','will be plenty thanks','is great','is great thanks','will be great','will be great thanks','will work','will work thanks','is correct','is correct thanks','is right','is right thanks','at a time','for some reason',],},},]

SHARED_SLOT_TYPES_TARGET

SHARED_SLOT_TYPES_TARGET: object

name

name: SharedSlotType = SharedSlotType.TARGET

values

values: object[] = [{id: $.Target.It,name: {value: 'it',synonyms: ['it','this','that','them','them all','those','all those','most','most all','most all of them','most of them','almost all','almost all of them',],},},{id: $.Target.Date,name: {value: 'date',synonyms: ['date', 'the date', 'day', 'the day'],},},{id: $.Target.Number,name: {value: 'number',synonyms: ['the number'],},},{id: $.Target.Choice,name: {value: 'choice',synonyms: ['my choice', 'selection', 'my selection'],},},{id: $.Target.Start,name: {value: 'start',synonyms: ['the start'],},},{id: $.Target.End,name: {value: 'end',synonyms: ['the end'],},},{id: $.Target.StartDate,name: {value: 'startDate',synonyms: ['start date', 'the start date', 'starting date', 'the starting date'],},},{id: $.Target.EndDate,name: {value: 'endDate',synonyms: ['end date', 'the end date', 'ending date', 'the ending date'],},},{id: $.Target.DateRange,name: {value: 'dateRange',synonyms: ['date range', 'the date range', 'dates', 'the dates'],},},{id: $.Target.Questionnaire,name: {value: 'questionnaire',synonyms: ['questionnaire','the questionnaire','the questions','survey','the survey',],},},]