Skip to main content

asgard.run.init

asgard.run.init marks the initialization of a request, and carries only the most basic information.

Characteristics​

  • When it fires: as the request initializes
  • What it does: provides the basic initialization details
  • How often: exactly once per request

Full example​

{
"eventType": "asgard.run.init",
"requestId": "6939c5a6c590d90c401e3850a1ff44f3",
"namespace": "qa-7e301310-a594-4a7b-aa2a-xxxxxxxxxxxx",
"botProviderName": "bpapi-d97c512f-f8dc-46f6-82f0-xxxxxxxxxxxx",
"customChannelId": "ch-6xxxxxxxxxxxx",
"fact": {
"runInit": {},
"runDone": null,
"runError": null,
"messageStart": null,
"messageDelta": null,
"messageComplete": null,
}
}