queryText property

String? queryText
final

The original conversational query text:

  • If natural language text was provided as input, queryText contains a copy of the input.

  • If natural language speech audio was provided as input, queryText contains the speech recognition result. If speech recognizer produced multiple alternatives, a particular one is picked.

  • If automatic spell correction is enabled, queryText will contain the corrected user input.

Implementation

final String? queryText;