Interface Nudge

Information about a "nudge"; a small piece of information that is shown to get the user to engage with the chatbot.

Hierarchy

  • Nudge

Properties

bot_event: Event

The bot event that should be sent to the conversation

caption?: string

A caption which can be displayed on top of the nudge widget

g?: string

The conversation identifier

id: string

Identifier

message: string

The nudge message

profile_picture?: string

A profile picture

text_input?: {
    enabled: boolean;
    placeholder: string;
}

Show a textual input with this nudge

Type declaration

  • enabled: boolean
  • placeholder: string
title: string

Title as defined in CMS

Generated using TypeDoc