The InteractionSnapshot type exposes the following members.

Properties

  NameDescription
Public propertyDirection
Gets the direction of this interaction. See InteractionSnapshotDirection for valid values.
Public propertyDisposition
Gets the disposition of this interaction. See InteractionSnapshotDisposition for valid values.
Public propertyInitiationTime
Gets the initiation time. Value is expressed as local time.
Public propertyInteractionId
Gets the interaction ID. This may not be a unique value.
Public propertyInteractionIdKey
Gets the interaction ID key. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertyMediaType
Gets the media type for this interaction. See InteractionSnapshotMediaType for valid values.
Public propertySegmentLog
Gets the segment log. The segment log contains an XML representation of the segments within this interaction.
Public propertySequenceNumber
Gets the sequence number. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertySiteId
Gets the site ID. This is one part of a unique tripartite key consisting of InteractionIdKey, SequenceNumber and SiteId.
Public propertySummaryValues
Gets a collection of KeyValuePairs containing all available information about this interaction.

See Also