class Aws::LexModelsV2::Types::BotLocaleFilter
Filters responses returned by the `ListBotLocales` operation.
@note When making an API call, you may pass BotLocaleFilter
data as a hash: { name: "BotLocaleName", # required, accepts BotLocaleName values: ["FilterValue"], # required operator: "CO", # required, accepts CO, EQ }
@!attribute [rw] name
The name of the field to filter the list of bots. @return [String]
@!attribute [rw] values
The value to use for filtering the list of bots. @return [Array<String>]
@!attribute [rw] operator
The operator to use for the filter. Specify `EQ` when the `ListBotLocales` operation should return only aliases that equal the specified value. Specify `CO` when the `ListBotLocales` operation should return aliases that contain the specified value. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/BotLocaleFilter AWS API Documentation
Constants
- SENSITIVE