queryInput property

GoogleCloudDialogflowV2QueryInput? queryInput
getter/setter pair

The input specification.

It can be set to: 1. an audio config which instructs the speech recognizer how to process the speech audio, 2. a conversational query in the form of text, or 3. an event that specifies which intent to trigger.

Required.

Implementation

GoogleCloudDialogflowV2QueryInput? queryInput;