DEFAULT_KEY constant

String const DEFAULT_KEY = "answer"

The default key for the results map. It's used when there's only one answer result. In that case the result value is saved under this key in the map.

Implementation

static const String DEFAULT_KEY = "answer"