GetBotChannelAssociationsResponse

public struct GetBotChannelAssociationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.

    Declaration

    Swift

    public let botChannelAssociations: [BotChannelAssociation]?
  • A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(botChannelAssociations: [BotChannelAssociation]? = nil, nextToken: String? = nil)