ChatToolConfiguration

@available(iOS 12.0, *)
@objc(BDKChatToolConfiguration)
public class ChatToolConfiguration : NSObject

A value object holding the configuration values for the chat tool.

You may enable or disable the chat tool during SDK configuration.

  • A boolean flag indicating whether the chat tool should be enabled or disabled.

    Declaration

    Swift

    @objc
    public let isEnabled: Bool