Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 522 Bytes

chat.md

File metadata and controls

16 lines (13 loc) · 522 Bytes

AriesSDK.chatCreateCase(properties: Object)

const caseProperties = {
    category: 'Big Problem',
    subcategory: 'whatever'
};
AriesSDK.chatCreateCase(caseProperties);

Initiates the native flow to create a case. category and subcategory are mandatory properties, native will validate that they exist and fail if they are not provided or empty.

Field Type Description
category string FAQ category
subcategory string FAQ subcategory