ArgumentMatcher.naturalLanguage(argumentName:criteria:)
A value that indicates that the argument must be present and semantically match the given criteria.
Declaration
case naturalLanguage(argumentName: String, criteria: String)Parameters
- argumentName:
The name of the argument to validate.
- criteria:
The semantic criteria the argument’s value must satisfy.