Constructor
# new Intent(options, impersonateUserId, appservice)
Creates a new intent. Intended to be created by application services.
Parameters:
Name | Type | Description |
---|---|---|
options |
IAppserviceOptions
|
The options for the application service. |
impersonateUserId |
string
|
The user ID to impersonate. |
appservice |
Appservice
|
The application service itself. |