Get Dynamic Action
Represents a dynamic action that can be fetched and invoked on user's device
dataobject
A data that you can set and will be returned to you upon user click to recognize the action
Example:
{"your-internal-id":"something"}
Get Dynamic Action
{
"data": {
"your-internal-id": "something"
}
}