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