public interface QueryInputOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
InputAudioConfig |
getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
InputAudioConfigOrBuilder |
getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.
|
EventInput |
getEvent()
The event to be processed.
|
EventInputOrBuilder |
getEventOrBuilder()
The event to be processed.
|
QueryInput.InputCase |
getInputCase() |
TextInput |
getText()
The natural language text to be processed.
|
TextInputOrBuilder |
getTextOrBuilder()
The natural language text to be processed.
|
boolean |
hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.
|
boolean |
hasEvent()
The event to be processed.
|
boolean |
hasText()
The natural language text to be processed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
InputAudioConfig getAudioConfig()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
InputAudioConfigOrBuilder getAudioConfigOrBuilder()
Instructs the speech recognizer how to process the speech audio.
.google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
boolean hasText()
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
.google.cloud.dialogflow.v2.TextInput text = 2;
TextInput getText()
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
.google.cloud.dialogflow.v2.TextInput text = 2;
TextInputOrBuilder getTextOrBuilder()
The natural language text to be processed. Text length must not exceed 256 character for virtual agent interactions.
.google.cloud.dialogflow.v2.TextInput text = 2;
boolean hasEvent()
The event to be processed.
.google.cloud.dialogflow.v2.EventInput event = 3;
EventInput getEvent()
The event to be processed.
.google.cloud.dialogflow.v2.EventInput event = 3;
EventInputOrBuilder getEventOrBuilder()
The event to be processed.
.google.cloud.dialogflow.v2.EventInput event = 3;
QueryInput.InputCase getInputCase()
Copyright © 2022 Google LLC. All rights reserved.