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;
| Type | Description | 
|---|---|
| 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;
| Type | Description | 
|---|---|
| SystemJSONData | The current structure of the System Intents JSON data that will be sent to the MLVoice API. Subject to change. |