Skip to content

Interface: RegisterExternalActionResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / WebhookActions / RegisterExternalActionResponse

Interface: RegisterExternalActionResponse

Defined in: src/types/webhook-actions.ts:76

Response after registering an external action.

Properties

actionId

actionId: string

Defined in: src/types/webhook-actions.ts:78

The generated action ID.


message

message: string

Defined in: src/types/webhook-actions.ts:80

Confirmation message.


name

name: string

Defined in: src/types/webhook-actions.ts:82

The action name.


sortId

sortId: string

Defined in: src/types/webhook-actions.ts:84

The sort ID created for this action.