Preparing search index...
The search index is not available
@ask-frontend/ask-bot-service
@ask-frontend/ask-bot-service
types
BotMessageEvent
Interface BotMessageEvent
Triggered when a bot message was received. The payload contains the message.
interface
BotMessageEvent
{
payload
:
Message
;
type
:
"botMessage"
;
}
Hierarchy
EventWithPayload
BotMessageEvent
Index
Properties
payload
type
Properties
payload
payload
:
Message
type
type
:
"botMessage"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
payload
type
@ask-frontend/ask-bot-service
Loading...
Triggered when a bot message was received. The payload contains the message.