wit-ai / wit-unity

Wit-Unity is a Unity C# wrapper around the the Wit.ai rest APIs and is a core component of Voice SDK.
Other
78 stars 20 forks source link

Add wit understanding viewer #5

Closed yolanother closed 3 years ago

yolanother commented 3 years ago

Creates a viewer to test utterances and create components to listen for values when these utterances are matched.

Adds the following new handlers: MultiValueHandler - Creates listeners for reading multiple values from a wit response. You can listen for an array of values or reformat them into a string. ValueHandler - Creates a listener that will listen for a single value ValueMatchHandler - Creates a listener that will only fire when a specific value is matched

image

yolanother commented 3 years ago

Merging