| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
DateRangeFilter |
DateRangeFilter.clone() |
DateRangeFilter |
LexTranscriptFilter.getDateRangeFilter()
The object that contains a date range filter that will be applied to the transcript.
|
DateRangeFilter |
DateRangeFilter.withEndDateTime(Date endDateTime)
A timestamp indicating the end date for the date range filter.
|
DateRangeFilter |
DateRangeFilter.withStartDateTime(Date startDateTime)
A timestamp indicating the start date for the date range filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LexTranscriptFilter.setDateRangeFilter(DateRangeFilter dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript.
|
LexTranscriptFilter |
LexTranscriptFilter.withDateRangeFilter(DateRangeFilter dateRangeFilter)
The object that contains a date range filter that will be applied to the transcript.
|
Copyright © 2023. All rights reserved.