Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.QueryInput.InputCase
-
Packages that use QueryInput.InputCase Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of QueryInput.InputCase in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return QueryInput.InputCase Modifier and Type Method Description static QueryInput.InputCase
QueryInput.InputCase. forNumber(int value)
QueryInput.InputCase
QueryInput.Builder. getInputCase()
QueryInput.InputCase
QueryInput. getInputCase()
QueryInput.InputCase
QueryInputOrBuilder. getInputCase()
static QueryInput.InputCase
QueryInput.InputCase. valueOf(int value)
Deprecated.static QueryInput.InputCase
QueryInput.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.
-