Konverse AI Developer Hub
  • Konverse AI Developer Hub
  • Getting Started
    • Authentication
    • Errors
    • Rate Limit
  • Webhooks
    • Webhook Endpoints
  • Platform
    • Embedded Functions
      • Send Text Message
      • Send Quick Reply
      • Set Variables
      • Send Choice
      • Send Cards
      • Stop Propagation
      • Query a Dataset
      • Jump To Story
      • Query a Google Sheet
    • Datasets
    • Bot Webhooks
  • Messaging Channels
    • Introduction to Channels
    • Web Chat
    • Facebook Messenger
    • WhatsApp
      • Send WhatsApp Notifications
      • Send Session Message
    • Line
  • App Integration
    • Android App Integration
Powered by GitBook
On this page

Was this helpful?

  1. Platform
  2. Embedded Functions

Jump To Story

Our Platform lets you jump to a different story based on a logic written inside your embedded function

ctx.jumpTo(storyName, options);
Parameter
Description

StoryName

Name of the story to which the chatbot will run next

Options

Set of options to trigger a story

delay : time in mill seconds

time : e.g. 11AM

timezone : e.g. Asia/Kolkata (moment timezones)

e.g.

{ "time": "11AM" , "timezone": "Asia/Kolkata"}

{ "delay": "5000" } //5 second

PreviousQuery a DatasetNextQuery a Google Sheet

Last updated 3 years ago

Was this helpful?