No.
However, there are usually multiple ways to approach something like this; If one option doesn't work out, try another.
E.G. if you need to know whether "north" or "south" was spoken, you can check just that:
Begin Text Compare : [{CMD}] Contains 'North'
Write [Blue] 'Is that north' to log
Else
Write [Blue] 'Is that south' to log
End Condition
As an aside, you can right-click the action list and choose "Copy All as Text" (or "Copy Selected as Text", if you have made a selection) to paste here on the forum or in Discord (do use code tags for the former by clicking the "#" button).