ConversationExpirationEventArgs class

Defines content for session events like SessionStarted/Stopped, SoundStarted/Stopped.

Extends

Constructors

ConversationExpirationEventArgs(number, string)

Properties

expirationTime

How much longer until the conversation expires (in minutes).

sessionId

Represents the session identifier.

Constructor Details

ConversationExpirationEventArgs(number, string)

new ConversationExpirationEventArgs(expirationTime: number, sessionId?: string)

Parameters

expirationTime

number

sessionId

string

Property Details

expirationTime

How much longer until the conversation expires (in minutes).

number expirationTime

Property Value

number

sessionId

Represents the session identifier.

string sessionId

Property Value

string

Represents the session identifier.