Skip to main content

Class ChatSummaryItem

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatSummaryItem. Chat session summary: id, title, created date

Inheritance

objectChatSummaryItem

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ChatSummaryItem()

Default constructor - defaults any enum props to 0.

Properties

ChatSessionId

The primary key (auto-incremented)

Property Value

int

CompanyName

The name of the customers company, if provided

Property Value

string

FirstMessage

A copy of the first message in the chat session

Property Value

string

LastMessage

A copy of the last message in the chat session

Property Value

string

Name

The name of customer, if provided

Property Value

string

WhenEnded

When the session was ended.

Property Value

DateTime

WhenRequested

When the session was requested by the customer.

Property Value

DateTime

See Also

ChatAgent