{
    "SelectPostIntent": [
        {
            "platforms": [
                "dialogflow",
                "amazon"
            ],
            "definition": {
                "name": "SelectPostIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "select first",
                        "model": [
                            {
                                "text": "select"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "open first",
                        "model": [
                            {
                                "text": "open"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "first",
                        "model": [
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "show me first",
                        "model": [
                            {
                                "text": "show me"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "give me first",
                        "model": [
                            {
                                "text": "give me"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    
                    {
                        "raw": "select the first",
                        "model": [
                            {
                                "text": "select the"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "open the first",
                        "model": [
                            {
                                "text": "open the"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "show me the first",
                        "model": [
                            {
                                "text": "show me the"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    {
                        "raw": "give me the first",
                        "model": [
                            {
                                "text": "give me the"
                            },
                            {
                                "text": "first",
                                "type": "@convo-core.ordinal",
                                "slot_value": "selected"
                            }
                        ]
                    },
                    
                    {
                        "raw": "select 1",
                        "model": [
                            {
                                "text": "select"
                            },
                            {
                                "text": "1",
                                "type": "@convo-core.number",
                                "slot_value": "selectedNumber"
                            }
                        ]
                    },
                    {
                        "raw": "open 1",
                        "model": [
                            {
                                "text": "open"
                            },
                            {
                                "text": "1",
                                "type": "@convo-core.number",
                                "slot_value": "selectedNumber"
                            }
                        ]
                    },
                    {
                        "raw": "1",
                        "model": [
                            {
                                "text": "1",
                                "type": "@convo-core.number",
                                "slot_value": "selectedNumber"
                            }
                        ]
                    },
                    {
                        "raw": "show me 1",
                        "model": [
                            {
                                "text": "show me"
                            },
                            {
                                "text": "1",
                                "type": "@convo-core.number",
                                "slot_value": "selectedNumber"
                            }
                        ]
                    },
                    {
                        "raw": "give me 1",
                        "model": [
                            {
                                "text": "give me"
                            },
                            {
                                "text": "1",
                                "type": "@convo-core.number",
                                "slot_value": "selectedNumber"
                            }
                        ]
                    }
                ]
            }
        }
    ],
    "SelectLastIntent": [
        {
            "platforms": [
                "dialogflow",
                "amazon"
            ],
            "definition": {
                "name": "SelectLastIntent",
                "type": "custom",
                "utterances": [
                    {
                        "raw": "select last",
                        "model": [
                            {
                                "text": "select last"
                            }
                        ]
                    },
                    {
                        "raw": "show last",
                        "model": [
                            {
                                "text": "show last"
                            }
                        ]
                    },
                    {
                        "raw": "show me last",
                        "model": [
                            {
                                "text": "show me last"
                            }
                        ]
                    },
                    {
                        "raw": "give me last",
                        "model": [
                            {
                                "text": "give me last"
                            }
                        ]
                    },
                    {
                        "raw": "select the last",
                        "model": [
                            {
                                "text": "select the last"
                            }
                        ]
                    },
                    {
                        "raw": "show the last",
                        "model": [
                            {
                                "text": "show the last"
                            }
                        ]
                    },
                    {
                        "raw": "show me the last",
                        "model": [
                            {
                                "text": "show me the last"
                            }
                        ]
                    },
                    {
                        "raw": "give me the last",
                        "model": [
                            {
                                "text": "give me the last"
                            }
                        ]
                    }
                ]
            }
        }
    ]
}