Action
This parameter contains the details of the action performed
| Parameter | Description | 
| type | The type of action that was performed - search, button, navigate or navigate_back | 
| text | The search query in case the action type is search | 
| name | Button name or list element name | 
Sample Code:
Copied{
	"type" : "search | button | navigate|navigate_back",
	"text" : $search_query,	// for search
	"name" : $button_name | $listElementName,
	
}