Uses of Interface
com.google.cloud.dialogflow.v2.SpeechContextOrBuilder
-
Packages that use SpeechContextOrBuilder Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of SpeechContextOrBuilder in com.google.cloud.dialogflow.v2
Classes in com.google.cloud.dialogflow.v2 that implement SpeechContextOrBuilder Modifier and Type Class Description class
SpeechContext
Hints for the speech recognizer to help with recognition in a specific conversation state.static class
SpeechContext.Builder
Hints for the speech recognizer to help with recognition in a specific conversation state.Methods in com.google.cloud.dialogflow.v2 that return SpeechContextOrBuilder Modifier and Type Method Description SpeechContextOrBuilder
InputAudioConfig.Builder. getSpeechContextsOrBuilder(int index)
Context information to assist speech recognition.SpeechContextOrBuilder
InputAudioConfig. getSpeechContextsOrBuilder(int index)
Context information to assist speech recognition.SpeechContextOrBuilder
InputAudioConfigOrBuilder. getSpeechContextsOrBuilder(int index)
Context information to assist speech recognition.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type SpeechContextOrBuilder Modifier and Type Method Description List<? extends SpeechContextOrBuilder>
InputAudioConfig.Builder. getSpeechContextsOrBuilderList()
Context information to assist speech recognition.List<? extends SpeechContextOrBuilder>
InputAudioConfig. getSpeechContextsOrBuilderList()
Context information to assist speech recognition.List<? extends SpeechContextOrBuilder>
InputAudioConfigOrBuilder. getSpeechContextsOrBuilderList()
Context information to assist speech recognition.
-