Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Original Parameters #44

Open
gweiermann opened this issue Nov 13, 2019 · 1 comment
Open

Original Parameters #44

gweiermann opened this issue Nov 13, 2019 · 1 comment

Comments

@gweiermann
Copy link

Google passes the parameters with its data and the original text pattern.
It would be great if I could get those with

$agent->getOriginalParameters();

Example request:

{
    ...
    "queryResult": {
        ...
        "outputContexts": [
            {
                "name": "xxx",
                "parameters": {
                    "date": "2019-11-13T12:00:00+01:00",
                    "date.original": "today",
                    "timespan": "",
                    "timespan.original": ""
                }
            },
            ...
        ],
        ...
    },
    ...
}
@mariomor
Copy link

Same here. :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants