Table of Contents
❖ Sense AI Chatbot ❖
List Field Handlings
Release Date: June 15, 2023
★ What’s New
Sense AI Chatbot now supports the writebacks from one to TO_MANY fields, such as skills, categories, specialties, etc.
▶ Before Enhancement
Previously, Sense AI Chatbot was used to write back a candidate’s skills, categories, or specialties in comma-separated values to your ATS. For example, in the chatbot conversation flow, if a candidate mentioned being skilled in Java, c++, and Python, the system used to write back it as a single array value, such as [Java, C++, Python].
⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃
▶ After Enhancement
Now, we have implemented an enhancement that enables the writeback of these skills as separate array values to your ATS. For example, in the chatbot conversation flow, if a candidate mentions being skilled in Java, C++, and Python, the system now automatically writes back these values as individual array values, such as [Java], [C++], [Python]. This enhancement ensures better organization and accuracy of the candidate’s skills in your ATS.
⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃⁃
★ Impacted Sense Platform
- Sense AI Chatbot (writeback values)