-
public final class GAExpectedInput
-
-
Field Summary
Fields Modifier and Type Field Description private final GAInputPromptinputPromptprivate final List<GAExpectedIntent>possibleIntentsprivate final List<String>speechBiasingHints
-
Constructor Summary
Constructors Constructor Description GAExpectedInput(GAInputPrompt inputPrompt, List<GAExpectedIntent> possibleIntents, List<String> speechBiasingHints)
-
Method Summary
Modifier and Type Method Description final GenericMessagetoGenericMessage()final GAInputPromptcomponent1()final List<GAExpectedIntent>component2()final List<String>component3()final GAExpectedInputcopy(GAInputPrompt inputPrompt, List<GAExpectedIntent> possibleIntents, List<String> speechBiasingHints)final GAInputPromptgetInputPrompt()final List<GAExpectedIntent>getPossibleIntents()final List<String>getSpeechBiasingHints()-
-
Constructor Detail
-
GAExpectedInput
GAExpectedInput(GAInputPrompt inputPrompt, List<GAExpectedIntent> possibleIntents, List<String> speechBiasingHints)
-
-
Method Detail
-
toGenericMessage
final GenericMessage toGenericMessage()
-
component1
final GAInputPrompt component1()
-
component2
final List<GAExpectedIntent> component2()
-
component3
final List<String> component3()
-
copy
final GAExpectedInput copy(GAInputPrompt inputPrompt, List<GAExpectedIntent> possibleIntents, List<String> speechBiasingHints)
-
getInputPrompt
final GAInputPrompt getInputPrompt()
-
getPossibleIntents
final List<GAExpectedIntent> getPossibleIntents()
-
getSpeechBiasingHints
final List<String> getSpeechBiasingHints()
-
-
-
-