Uses of Class
com.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity
-
Packages that use ValidationMessage.Severity Package Description com.google.cloud.dialogflow.cx.v3 A client to Dialogflow API -
-
Uses of ValidationMessage.Severity in com.google.cloud.dialogflow.cx.v3
Methods in com.google.cloud.dialogflow.cx.v3 that return ValidationMessage.Severity Modifier and Type Method Description static ValidationMessage.SeverityValidationMessage.Severity. forNumber(int value)ValidationMessage.SeverityValidationMessage.Builder. getSeverity()Indicates the severity of the message.ValidationMessage.SeverityValidationMessage. getSeverity()Indicates the severity of the message.ValidationMessage.SeverityValidationMessageOrBuilder. getSeverity()Indicates the severity of the message.static ValidationMessage.SeverityValidationMessage.Severity. valueOf(int value)Deprecated.static ValidationMessage.SeverityValidationMessage.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValidationMessage.SeverityValidationMessage.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static ValidationMessage.Severity[]ValidationMessage.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.cx.v3 that return types with arguments of type ValidationMessage.Severity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ValidationMessage.Severity>ValidationMessage.Severity. internalGetValueMap()Methods in com.google.cloud.dialogflow.cx.v3 with parameters of type ValidationMessage.Severity Modifier and Type Method Description ValidationMessage.BuilderValidationMessage.Builder. setSeverity(ValidationMessage.Severity value)Indicates the severity of the message.
-