admin管理员组

文章数量:1302404

From my web app I'm posting the user info as soon the chat bot is connected using request payload (see attached). I have created a topic in the copilot studio and reading the user info into a variable successfully. Topic yml looks like below. My issue is this topic keeps triggering with every message. Not sure how can we restrict this topic to trigger only once. I have tried few suggestions using AI tools but keep getting either yml errors or can't follow the the UI instruction including fx formulas as they are probably out of date

kind: AdaptiveDialog
beginDialog:
  kind: OnActivity
  id: main
  actions:
     - kind: SendActivity
       id: sendActivity_5m8obY
       activity: Welcome {System.Activity.Value.user.displayName} , how can I help you?`

本文标签: yamlTopic keeps triggering with every message in MS copilot studioStack Overflow