resolvedInput property

String? resolvedInput
getter/setter pair

Final text input which was matched during MatchIntent.

This value can be different from original input sent in request because of spelling correction or other processing.

Implementation

core.String? resolvedInput;