| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.LexTranscriptFilter
Description
Documentation
data LexTranscriptFilter Source #
The object that contains transcript filter details that are associated with a bot recommendation.
See: newLexTranscriptFilter smart constructor.
Constructors
| LexTranscriptFilter' | |
Fields
| |
Instances
newLexTranscriptFilter :: LexTranscriptFilter Source #
Create a value of LexTranscriptFilter with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dateRangeFilter:LexTranscriptFilter', lexTranscriptFilter_dateRangeFilter - The object that contains a date range filter that will be applied to the
transcript. Specify this object if you want Amazon Lex to only read the
files that are within the date range.
lexTranscriptFilter_dateRangeFilter :: Lens' LexTranscriptFilter (Maybe DateRangeFilter) Source #
The object that contains a date range filter that will be applied to the transcript. Specify this object if you want Amazon Lex to only read the files that are within the date range.