ActionableResponse interface

An interface that binds a response that has actions

Extends

Properties

actions

Collections of actions pertaining to the event.

Inherited Properties

body

A template of the body of the expected response.

Property Details

actions

Collections of actions pertaining to the event.

actions: TEventAction[]

Property Value

TEventAction[]

Inherited Property Details

body

A template of the body of the expected response.

body: string

Property Value

string

Inherited From AuthenticationEventResponse.body