SCSChatBotMenuDelegate
@protocol SCSChatBotMenuDelegate <NSObject>
Delegate that sends information related to a specific chatbot menu.
See
SCSChatBotMenu
-
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
menuThe associated chatbot menu.
Install in Dash
SCSChatBotMenuDelegate Protocol Reference