Magidoc

ScenarioSessionPart
Object

Represents one part of a ScenarioSession (note: resuming a Session creates a new part).

Fields

#

calls

A list of CallSessions associated with the ScenarioSessionPart.

createdAt

when the record was created. this may not be the same as started at.

createdBy

The user who created this ScenarioSessionPart.

databaseId

Identifies the primary key from the data store.

deletedAt

Identifies the date and time when the object was deleted.

duration

The duration of the ScenarioSessionPart in seconds.

endedAt

The date and time when the ScenarioSessionPart ended.

events

A list of ScenarioSessionEvents associated with the ScenarioSessionPart.

externalData

3rd party data associated with the ScenarioSessionPart.

guid

Global ID of the ScenarioSessionPart record. This should be persistent if data is migrated and is recommended to use.

id

ID !
Non-null

ID of the object.

lastAccessedDate

The date that the scenario session was last accessed.

lastAccessedStepIdentifier

The id of the step that was last accessed.

lastAccessedStepPosition

The position or number of the last accessed step by the user.

lastViewStepEvent

The most recent event associated with the viewing a step by a user.

nameForLog

Object name to be identified in Audit Logs.

orderIndex

The order of the ScenarioSessionPart within the context of a ScenarioSession.

organization

The Organization associated with the ScenarioSessionPart.

path

Non-null

The relative path of the object.

permissions

Non-null

A list of Permissions associated with the currently authenticated User and the ScenarioSessionPart.

scenarioSession

The ScenarioSession associated with the ScenarioSessionPart.

settings

Non-null

The settings associated with the object.

startedAt

The date and time when the ScenarioSessionPart started.

state

The state of the session part. Corresponds to ScenarioSessionStateEnum.

steps

A list of ScenarioSessionSteps associated with the ScenarioSessionPart.

updatedAt

when the record was last updated at. usually does not change.

url

Non-null

The url of the object.

userInfo

Information about the associated user.

Interfaces

#

Also implements NodeInterface .

Usages

#

References

#

  • Field scenarioSessionPart from Query