Uses of Class
com.google.cloud.dialogflow.v2beta1.QueryInput.InputCase
-
Packages that use QueryInput.InputCase Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of QueryInput.InputCase in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return QueryInput.InputCase Modifier and Type Method Description static QueryInput.InputCaseQueryInput.InputCase. forNumber(int value)QueryInput.InputCaseQueryInput.Builder. getInputCase()QueryInput.InputCaseQueryInput. getInputCase()QueryInput.InputCaseQueryInputOrBuilder. getInputCase()static QueryInput.InputCaseQueryInput.InputCase. valueOf(int value)Deprecated.static QueryInput.InputCaseQueryInput.InputCase. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryInput.InputCase[]QueryInput.InputCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-