SCSChatBotMenuDelegate

@protocol SCSChatBotMenuDelegate <NSObject>

Delegate that sends information related to a specific chatbot menu.

  • Event sent when the chatbot menu has expired. After receiving this event, this menu should be considered inactive. All messages sent through this object will be ignored.

    Declaration

    Objective-C

    - (void)chatMenuExpired:(SCSChatBotMenu *)menu;

    Swift

    func chatMenuExpired(_ menu: SCSChatBotMenu!)

    Parameters

    menu

    The associated chatbot menu.