DeleteUtterancesRequest
public struct DeleteUtterancesRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The name of the bot that stored the utterances. DeclarationSwift 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. DeclarationSwift public let userId: String
- 
                  
                  Undocumented DeclarationSwift public init(botName: String, userId: String)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub DeleteUtterancesRequest Structure Reference
        DeleteUtterancesRequest Structure Reference