UpdateBotResponse

public struct UpdateBotResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • bot

    The updated bot details.

    Declaration

    Swift

    public let bot: Bot?
  • Undocumented

    Declaration

    Swift

    public init(bot: Bot? = nil)