Share via


AnalyzeConversationJobState interface

Contains the status of the analyze conversations job submitted along with related statistics.

Extends

Inherited Properties

createdDateTime
displayName
errors
expirationDateTime
jobId
lastUpdatedDateTime
nextLink
statistics

if showStats=true was specified in the request this field will contain information about the request payload.

status
tasks

Inherited Property Details

createdDateTime

createdDateTime: Date

Property Value

Date

Inherited From JobStateAutoGenerated.createdDateTime

displayName

displayName?: string

Property Value

string

Inherited From JobStateAutoGenerated.displayName

errors

errors?: ErrorModel[]

Property Value

Inherited From JobStateAutoGenerated.errors

expirationDateTime

expirationDateTime?: Date

Property Value

Date

Inherited From JobStateAutoGenerated.expirationDateTime

jobId

jobId: string

Property Value

string

Inherited From JobStateAutoGenerated.jobId

lastUpdatedDateTime

lastUpdatedDateTime: Date

Property Value

Date

Inherited From JobStateAutoGenerated.lastUpdatedDateTime

nextLink?: string

Property Value

string

Inherited From JobStateAutoGenerated.nextLink

statistics

if showStats=true was specified in the request this field will contain information about the request payload.

statistics?: ConversationRequestStatistics

Property Value

Inherited From AnalyzeConversationJobStatistics.statistics

status

status: string

Property Value

string

Inherited From JobStateAutoGenerated.status

tasks

tasks: ConversationTasksStateTasks

Property Value

Inherited From ConversationTasksState.tasks