Skip to main content
Version: 20 Mar 2024

JSONContainer

The container for the data being changed into a JSON string to send to the MLVoice API.

Public Attributes

app_intents


public List< JSONData > app_intents;

TypeDescription
List< JSONData >The current structure of the JSON data that will be sent to the MLVoice API. Subject to change.

app_slots


public List< SlotDataInternal > app_slots;


sys_intent_list


public SystemJSONData sys_intent_list;

TypeDescription
SystemJSONDataThe current structure of the System Intents JSON data that will be sent to the MLVoice API. Subject to change.