containsOption

static boolean containsOption(Array<String> options)

Checks if any available option contains any of the specified options. For example, if there is an available option 'Yes, I would like that', and one of the specified options is 'Yes', this would return true.

Return

true if any available option contains any of the specified options, false otherwise

Parameters

options

the options to check if any are present