18 lines
374 B
YAML
18 lines
374 B
YAML
mappings:
|
|
search:
|
|
bapMappings: |
|
|
{
|
|
"context": $.context,
|
|
"message": {
|
|
"filters": {
|
|
"pickup": $.message.intent.fulfillment.start.location,
|
|
"drop": $.message.intent.fulfillment.end.location
|
|
}
|
|
}
|
|
}
|
|
bppMappings: |
|
|
{
|
|
"context": $.context,
|
|
"message": $.message
|
|
}
|