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