queryText property

String? queryText
getter/setter pair

The original conversational query text: - If natural language text was provided as input, query_text contains a copy of the input.

  • If natural language speech audio was provided as input, query_text contains the speech recognition result. If speech recognizer produced multiple alternatives, a particular one is picked. - If automatic spell correction is enabled, query_text will contain the corrected user input.

Implementation

core.String? queryText;