public interface

ChatFooterMenu

com.salesforce.android.chat.core.model.ChatFooterMenu

Class Overview

A footer menu provides selection options for the length of a session with a Chat Bot. Footer menu items are provided via onChatFooterMenuReceived(ChatFooterMenu). To select a menu item, pass the item's array index (getIndex() along with the getDialogId() value to sendFooterMenuSelection(int, String).

Summary

Nested Classes
interface ChatFooterMenu.MenuItem Model that represents a menu item. 
Public Methods
abstract MenuItem[] getMenuItems()
Get a list of menu items that belong to this menu.

Public Methods

public abstract MenuItem[] getMenuItems ()

Get a list of menu items that belong to this menu.

Returns