Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class QueryInput.
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.
Generated from protobuf message google.cloud.dialogflow.v2.QueryInput
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ audio_config
Google\Cloud\Dialogflow\V2\InputAudioConfig
Instructs the speech recognizer how to process the speech audio.
↳ text
Google\Cloud\Dialogflow\V2\TextInput
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
↳ event
getAudioConfig
Instructs the speech recognizer how to process the speech audio.
hasAudioConfig
setAudioConfig
Instructs the speech recognizer how to process the speech audio.
$this
getText
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
hasText
setText
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
$this
getEvent
The event to be processed.
hasEvent
setEvent
The event to be processed.
$this
getInput
string