Skip to content

Commit

Permalink
Commit from GitHub Actions (Merge sample metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina-Chernevskaya committed Oct 23, 2023
1 parent 4255b9b commit 8fcd9be
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,72 @@
}
]
},
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-samples-healthcare-ai-chatbot",
"version": "1.0.0.0",
"source": "pnp",
"creationDateTime": "2023-09-27T00:00:00.000Z",
"updateDateTime": "2023-09-27T00:00:00.000Z",
"title": "Healthcare AI Chatbot",
"shortDescription": "This sample uses a Power Virtual Agents chatbot to diagnose and suggest a fitting doctor based on the user's inputted symptoms.",
"longDescription": [
"This sample uses a Power Virtual Agents chatbot to diagnose and suggest a fitting doctor based on the user's inputted symptoms."
],
"url": "https://github.com/pnp/powerplatform-samples/tree/main/samples/healthcare-ai-chatbot",
"products": [
"Power Virtual Agents",
"Power Platform"
],
"tags": [
"Chatbot",
"Healthcare"
],
"categories": [
"POWERAPPS"
],
"metadata": [
{
"key": "POWERVIRTUALAGENTS-EXPERIMENTAL",
"value": "No"
},
{
"key": "POWERVIRTUALAGENTS-PREMIUM",
"value": "Yes"
},
{
"key": "POWERPLATFORM-CUSTOMCONNECTOR",
"value": "No"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/powerplatform-samples/blob/main/samples/healthcare-ai-chatbot/assets/portal-chatbot.png?raw=true",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "thepersonwho",
"name": "Miguel Espiritu",
"pictureUrl": "https://github.com/thepersonwho.png"
}
],
"references": [
{
"name": "Power Virtual Agents overview",
"description": "Power Virtual Agents overview",
"url": "https://learn.microsoft.com/en-us/power-virtual-agents/fundamentals-what-is-power-virtual-agents"
},
{
"name": "AI-based chatbot authoring overview",
"description": "AI-based chatbot authoring overview",
"url": "https://learn.microsoft.com/en-us/power-virtual-agents/nlu-gpt-overview"
}
]
},
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
"name": "pnp-powerplatform-samples-incident-reporting",
Expand Down

0 comments on commit 8fcd9be

Please sign in to comment.