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