Share via


ConversationTasksStateTasks interface

Properties

completed

Count of tasks completed successfully.

failed

Count of tasks that failed.

inProgress

Count of tasks in progress currently.

items

List of results from tasks (if available).

total

Total count of tasks submitted as part of the job.

Property Details

completed

Count of tasks completed successfully.

completed: number

Property Value

number

failed

Count of tasks that failed.

failed: number

Property Value

number

inProgress

Count of tasks in progress currently.

inProgress: number

Property Value

number

items

List of results from tasks (if available).

items?: AnalyzeConversationJobResultUnion[]

Property Value

total

Total count of tasks submitted as part of the job.

total: number

Property Value

number