RealTimeContactAnalysisTimeData

Object describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime

Inheritors

Types

Link copied to clipboard
data class AbsoluteTime(val value: <Error class: unknown class>) : RealTimeContactAnalysisTimeData

Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

Link copied to clipboard

Functions

Link copied to clipboard
fun asAbsoluteTime(): <Error class: unknown class>

Casts this RealTimeContactAnalysisTimeData as a AbsoluteTime and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Throws an exception if the RealTimeContactAnalysisTimeData is not a AbsoluteTime.

Link copied to clipboard
fun asAbsoluteTimeOrNull(): <Error class: unknown class>?

Casts this RealTimeContactAnalysisTimeData as a AbsoluteTime and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the RealTimeContactAnalysisTimeData is not a AbsoluteTime.