Javascript Functions
Last updated
Was this helpful?
Last updated
Was this helpful?
JavaScript function responses represent a unique and powerful feature in AI chatbots.
From e-commerce to travel, healthcare, and finance, you can address an array of use cases and provide valuable solutions to end users.
To navigate to set up JavaScript functions as Responses:
Select between Condition Functions and Action Functions
Once you choose Condition from the template, the description and code sample is updated accordingly:
Depending upon the choice of condition (exists, equals, or matches regex) or action javascript response (enable, delete), test your function according to the conditions set up.
Exists: For example, if a user inquires about whether X exists on the menu, your bot will use the exist function to check.
Equals: For example, if a user inquires about software updates/weather updates/policy updates, your bot will use the equal function to check updates to the said database.
Matches Regex: For example, when your user introduces themselves with a certain name pattern, then your bot uses matches regex to compare name patterns and respond with the name in context.
Enable: For example, if your user requests your chatbot to enable weather forecasts or monthly email notifications for banking statements, then your bot responds with a respective feature enabling it.
Delete: Similar to the above use case, if the user requests to delete a specific file/associated account, then your bot responds with a respective feature deleting it.