DateRangeFilter

The object used for specifying the data range that the customer wants Amazon Lex to read through in the input transcripts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A timestamp indicating the end date for the date range filter.

Link copied to clipboard

A timestamp indicating the start date for the date range filter.

Functions

Link copied to clipboard
inline fun copy(block: DateRangeFilter.Builder.() -> Unit = {}): DateRangeFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String