Add message.utterance_remainder() method This helper will return the portion of an utterance not consumed by the Adapt parser already. For example, "turn on the kitchen light" would have a remainder of "the kitchen" if there was an Intent with entities that matched "turn on" and "light". The returned text is passed through normalize(). |
||
---|---|---|
.. | ||
client | ||
service | ||
__init__.py | ||
message.py | ||
send.py |