Skip to main content

core.botevent

Home > @medplum/core > BotEvent

BotEvent interface

Signature:

export interface BotEvent<T = Resource | Hl7Message | string | Record<string, any>> 

Properties

Property

Modifiers

Type

Description

bot

readonly

Reference<Bot>

contentType

readonly

string

headers?

readonly

Record<string, string | string[] | undefined>

(Optional) Headers from the original request, when invoked by HTTP request

input

readonly

T

secrets

readonly

Record<string, ProjectSetting>

traceId?

readonly

string

(Optional)