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