Uses of Class
com.google.cloud.dialogflow.v2beta1.Document.State
-
Packages that use Document.State Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of Document.State in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return Document.State Modifier and Type Method Description static Document.State
Document.State. forNumber(int value)
Document.State
Document.Builder. getState()
Output only.Document.State
Document. getState()
Output only.Document.State
DocumentOrBuilder. getState()
Output only.static Document.State
Document.State. valueOf(int value)
Deprecated.static Document.State
Document.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Document.State
Document.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Document.State[]
Document.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type Document.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Document.State>
Document.State. internalGetValueMap()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type Document.State Modifier and Type Method Description Document.Builder
Document.Builder. setState(Document.State value)
Output only.
-