DeleteBotChannelAssociationRequest
public struct DeleteBotChannelAssociationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
Declaration
Swift
public let botAlias: String -
The name of the Amazon Lex bot.
Declaration
Swift
public let botName: String -
The name of the association. The name is case sensitive.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(botAlias: String, botName: String, name: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteBotChannelAssociationRequest Structure Reference