UtteranceList
public struct UtteranceList : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The version of the bot that processed the list.
Declaration
Swift
public let botVersion: String? -
One or more UtteranceData objects that contain information about the utterances that have been made to a bot. The maximum number of object is 100.
Declaration
Swift
public let utterances: [UtteranceData]? -
Undocumented
Declaration
Swift
public init(botVersion: String? = nil, utterances: [UtteranceData]? = nil)
View on GitHub
UtteranceList Structure Reference