Skip to content

Interface: UpdateScenarioResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Scenarios / UpdateScenarioResponse

Interface: UpdateScenarioResponse

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

Response from updating a scenario.

Properties

beliefsAdded

beliefsAdded: number

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

Number of beliefs added in this update.


constraintsAdded

constraintsAdded: number

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

Number of generic constraints added in this update.


guardConstraintsAdded

guardConstraintsAdded: number

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

Number of guard constraints added in this update.


rulesAdded

rulesAdded: number

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

Number of rules added in this update.


scenarioId

scenarioId: string

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

Scenario ID that was updated.


sortsAdded

sortsAdded: number

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

Number of sorts added in this update.


temporalConstraintsAdded

temporalConstraintsAdded: number

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

Number of temporal constraints added in this update.


totalBeliefs

totalBeliefs: number

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

Updated total beliefs count.


totalConstraints

totalConstraints: number

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

Updated total generic constraints count.


totalGuardConstraints

totalGuardConstraints: number

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

Updated total guard constraints count.


totalRules

totalRules: number

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

Updated total rules count.


totalSorts

totalSorts: number

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

Updated total sorts count.


totalTemporalConstraints

totalTemporalConstraints: number

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

Updated total temporal constraints count.


totalWebhookActions

totalWebhookActions: number

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

Updated total webhook actions count.


webhookActionsAdded

webhookActionsAdded: number

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

Number of webhook actions added in this update.