Skip to content

Interface: UpdateScenarioResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Scenarios / UpdateScenarioResponse

Interface: UpdateScenarioResponse

Defined in: src/types/scenarios.ts:237

Response from updating a scenario.

Properties

beliefsAdded

beliefsAdded: number

Defined in: src/types/scenarios.ts:239

Number of beliefs added in this update.


constraintsAdded

constraintsAdded: number

Defined in: src/types/scenarios.ts:241

Number of generic constraints added in this update.


guardConstraintsAdded

guardConstraintsAdded: number

Defined in: src/types/scenarios.ts:243

Number of guard constraints added in this update.


rulesAdded

rulesAdded: number

Defined in: src/types/scenarios.ts:245

Number of rules added in this update.


scenarioId

scenarioId: string

Defined in: src/types/scenarios.ts:247

Scenario ID that was updated.


sortsAdded

sortsAdded: number

Defined in: src/types/scenarios.ts:249

Number of sorts added in this update.


temporalConstraintsAdded

temporalConstraintsAdded: number

Defined in: src/types/scenarios.ts:251

Number of temporal constraints added in this update.


totalBeliefs

totalBeliefs: number

Defined in: src/types/scenarios.ts:253

Updated total beliefs count.


totalConstraints

totalConstraints: number

Defined in: src/types/scenarios.ts:255

Updated total generic constraints count.


totalGuardConstraints

totalGuardConstraints: number

Defined in: src/types/scenarios.ts:257

Updated total guard constraints count.


totalRules

totalRules: number

Defined in: src/types/scenarios.ts:259

Updated total rules count.


totalSorts

totalSorts: number

Defined in: src/types/scenarios.ts:261

Updated total sorts count.


totalTemporalConstraints

totalTemporalConstraints: number

Defined in: src/types/scenarios.ts:263

Updated total temporal constraints count.


totalWebhookActions

totalWebhookActions: number

Defined in: src/types/scenarios.ts:265

Updated total webhook actions count.


webhookActionsAdded

webhookActionsAdded: number

Defined in: src/types/scenarios.ts:267

Number of webhook actions added in this update.