Purpose:
Behavior: The name is processed with the following rules:
Supported shapes:
ThingIntent -> 'thing',
SomeThingIntent -> 'someThing',
AMAZON.YesIntent -> 'yes'
AMAZON.ShuffleOffIntent -> 'shuffleOFf'
If there is an ER-Success, this returns the canonical value id of the first match resolution along with isEntityResolutionMatch: boolean to indicate the status of ER_SUCCESS_MATCH Otherwise this returns the object of literal slot value and isEntityResolutionMatch set to false.
Slot
If there is an ER-Success, this returns the canonical value id of the first match resolution along with isEntityResolutionMatch: boolean to indicate the status of ER_SUCCESS_MATCH Otherwise this returns the object of literal slot value and isEntityResolutionMatch set to false.
Slot
Utility to extract a 'valueId' from common intent name shapes.