Represents the query input. It can contain either:
An audio config which instructs the speech recognizer how to process the speech audio.
A conversational query in the form of text.
An event that specifies which intent to trigger.
| JSON representation |
|---|
{ // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "audioConfig": { object ( |
| Fields | |
|---|---|
| Required. The input specification. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
audioConfig |
Instructs the speech recognizer how to process the speech audio. |
text |
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions. |
event |
The event to be processed. |
| End of mutually exclusive fields. | |