Hierarchy

Index

Properties

Optional action

action: ToastAction

channel

channel: string

Optional contentMetaData

contentMetaData: ContentMetadata[]

conversationId

conversationId: string

eventMetaData

eventMetaData: any

eventName

eventName: string

eventSequence

eventSequence: number

Optional fullWidth

fullWidth: boolean

If true, the notification will display across the full width of its container. Defaults to false

Optional header

header: string

Optional header to appear above the text

id

id: string

Optional outcomes

outcomes: OutcomeKey[]

Optional position

position: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-center" | "bottom-center"

Defaults to top-right

skillId

skillId: string

skillName

skillName: string

skillVersion

skillVersion: string

source

style

style: ToastStyle

Sets the color theme and icon to be shown

Optional telemetry

telemetry: ITelemetry

text

text: string

Optional timeout

timeout: number

Number of seconds before the notification will begin disappearing. Defaults to 5 seconds. Set to 0 to disable automatic timeout.

Generated using TypeDoc