UtteranceData
public struct UtteranceData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of times that the utterance was processed.
Declaration
Swift
public let count: Int? -
The total number of individuals that used the utterance.
Declaration
Swift
public let distinctUsers: Int? -
The date that the utterance was first recorded.
Declaration
Swift
public let firstUtteredDate: TimeStamp? -
The date that the utterance was last recorded.
Declaration
Swift
public let lastUtteredDate: TimeStamp? -
The text that was entered by the user or the text representation of an audio clip.
Declaration
Swift
public let utteranceString: String?
View on GitHub
UtteranceData Structure Reference