Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.ValidationMessage.Severity
-
Packages that use ValidationMessage.Severity Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow API -
-
Uses of ValidationMessage.Severity in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return ValidationMessage.Severity Modifier and Type Method Description static ValidationMessage.Severity
ValidationMessage.Severity. forNumber(int value)
ValidationMessage.Severity
ValidationMessage.Builder. getSeverity()
Indicates the severity of the message.ValidationMessage.Severity
ValidationMessage. getSeverity()
Indicates the severity of the message.ValidationMessage.Severity
ValidationMessageOrBuilder. getSeverity()
Indicates the severity of the message.static ValidationMessage.Severity
ValidationMessage.Severity. valueOf(int value)
Deprecated.static ValidationMessage.Severity
ValidationMessage.Severity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ValidationMessage.Severity
ValidationMessage.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.v3beta1 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.v3beta1 with parameters of type ValidationMessage.Severity Modifier and Type Method Description ValidationMessage.Builder
ValidationMessage.Builder. setSeverity(ValidationMessage.Severity value)
Indicates the severity of the message.
-