QuickReplies

abstract class QuickReplies : PluginElement

Quick replies component. Might be presented with optional text. This component might be provided in cases where users are prompted with a satisfaction prompt or similar.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Buttons associated with this component. Buttons might send messages on behalf of the user using appropriate event. It's guaranteed that there will be at least one button, maximum is undefined.

Link copied to clipboard
abstract val text: PluginElement.Text?

Optional text component which shouldn't provide any contextual information and is only informative to the user.