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.StateDocument.State. forNumber(int value)Document.StateDocument.Builder. getState()Output only.Document.StateDocument. getState()Output only.Document.StateDocumentOrBuilder. getState()Output only.static Document.StateDocument.State. valueOf(int value)Deprecated.static Document.StateDocument.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Document.StateDocument.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.BuilderDocument.Builder. setState(Document.State value)Output only.
-