{
"AWS/Lex": {
	"dimensions": [
		{
			"key" : "BotAlias"
		},
		{
			"key" : "BotName"
		},
		{
			"key" : "BotVersion"
		}
    ],
	"tags":[
	  {
	     "key": "lex:botversion"
	  }
	],
    "metrics": [
	    {
        "id": 1,
        "metric_name": "ConversationLogsAudioDeliverySuccess"
      },
	  {
        "id": 2,
        "metric_name": "ConversationLogsAudioDeliveryFailure"
      },
	  {
        "id": 3,
        "metric_name": "ConversationLogsTextDeliverySuccess"
      }, 
	  {
        "id": 4,
        "metric_name": "ConversationLogsTextDeliveryFailure"
      }
    ]
  }
}