GetBotChannelAssociationRequest
public struct GetBotChannelAssociationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An alias pointing 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 between the bot and the channel. 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