573 - New plugin - schema mapper

This commit is contained in:
Mayuresh Nirhali
2025-12-05 16:09:02 +05:30
parent c1073dcb5c
commit 96fac33be1
9 changed files with 765 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
mappings:
search:
bapMappings: |
{
"context": $.context,
"message": {
"filters": {
"pickup": $.message.intent.fulfillment.start.location,
"drop": $.message.intent.fulfillment.end.location
}
}
}
bppMappings: |
{
"context": $.context,
"message": $.message
}