admin管理员组文章数量:1435859
I am working on MS copilot studio, I would like to use adaptive card selection value to be used for search in "Conversational boosting", Generative answer is not considering the selection , instead whatever user input as plain text is being considered , how do I configure this ?
Here is my adaptive card :
Adpative code :
kind: AdaptiveDialog
beginDialog:
kind: OnRedirect
id: main
actions:
- kind: AdaptiveCardPrompt
id: W1c0O2
repeatCount: 0
card: |
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "**Please select your option:**"
, "wrap" : "true"
},
{
"type": "Input.ChoiceSet",
"id": "options",
"style": "expanded",
"choices": [
{ "title": "Parasol", "value": "Parasol" },
{ "title": "Sunshade", "value": "Sunshade" },
{ "title": "Umbrella", "value": "Umbrella" }
],
"isMultiSelect": false
}
],
"actions": [
{
"type": "Action.Submit",
"title": "Submit"
}
],
"$schema": ";,
"version": "1.3"
}
output:
binding:
actionSubmitId: Topic.actionSubmitId
options: Topic.options
outputType:
properties:
actionSubmitId: String
options: String
- kind: BeginDialog
id: U7o5Yb
dialog: crdc4_protocolSearchForCountry.topic.Search
- kind: EndDialog
id: rF8I0a
inputType: {}
outputType: {}
本文标签: Generative answer based on Adaptive Card option selection Microsoft Copilot studioStack Overflow
版权声明:本文标题:Generative answer based on Adaptive Card option selection Microsoft Copilot studio - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744524851a2610682.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论