DeleteUtterancesRequest
public struct DeleteUtterancesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bot that stored the utterances.
Declaration
Swift
public let botName: String
-
The unique identifier for the user that made the utterances. This is the user ID that was sent in the PostContent or PostText operation request that contained the utterance.
Declaration
Swift
public let userId: String
-
Undocumented
Declaration
Swift
public init(botName: String, userId: String)
-
Declaration
Swift
public func validate(name: String) throws