Function: createGroup()
createGroup(
name
,info
,options
?):Promise
<GroupInfo
>
Create a new application group.
Parameters
name
string
info
description
string
maxConcurrency
number
maximum total number of concurrent conversation allowed for all applications in a group
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
Returns
Promise
<GroupInfo
>
the properties of a newly-created group
Found a mistake? Let us know.