AgentNotificationHandler type

พิมพ์ข้อกําหนดสําหรับฟังก์ชันตัวจัดการการแจ้งเตือนตัวแทน จัดการกิจกรรมการแจ้งเตือนตัวแทนด้วยข้อมูลการแจ้งเตือนที่เป็นประเภทที่แข็งแกร่ง

type AgentNotificationHandler<TState> = (
  turnContext: TurnContext,
  turnState: TState,
  agentNotificationActivity: AgentNotificationActivity
) => Promise<void>