Utterance Prediction Input

Utterance and associated intent information for a bot.
JSON example
1{
2  "utterance": "How do I change my account information?",
3  "intent": "bot-profile_update"
4}
Properties
Name Type Description Required or Optional Available Version
intent String API name of the intent associated with the utterance. Required 66.0
utterance String Utterance of the bot. Required 66.0