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