Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopilotTaskAssistCardData

model interface that represents the structure for Copilot task assist card

Hierarchy

  • CopilotTaskAssistCardData

Index

Properties

data?: {}

Actual data submitted by the user for this intent card. Keys represent parameter names, and values are the user-provided inputs.

Type declaration

  • [key: string]: string
errorMessage?: string

Optional error message (present if an error occurred).

formCapture?: boolean

flag to check for task assist form capture

insertIconVisible: boolean
intentName: string

name of the intent.

intentResponse?: string

Response associated with the intent.

intentTitle?: string

Title of the intent.

isOpenButton: boolean
isRunButton: boolean
mediaType?: string

The type of media (e.g., 'chat', 'voice').

objectId: string

A unique identifier for the related object, such as an adaptive card or form instance.

sendIconVisible: boolean
status: string

Current status of the task or intent (e.g., 'loading', 'error','success').

utteranceId?: string

Unique identifier for the utterance.

validationInfo?: ValidationInfo

Only present if the "status" is validationError. Contains details of validation errors.

virtualAgentId?: string

Identifier for the virtual agent.

Generated using TypeDoc