{
    "interactionModel": {
        "languageModel": {
            "invocationName": "rds demo",
            "intents": [
                {
                    "name": "AMAZON.FallbackIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.CancelIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.HelpIntent",
                    "samples": []
                },
                {
                    "name": "AMAZON.StopIntent",
                    "samples": []
                },
                {
                    "name": "NumberOfInstances",
                    "slots": [
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "number of instances in {awsregion}"
                    ]
                },
                {
                    "name": "ListInstances",
                    "slots": [
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "list instances in {awsregion}"
                    ]
                },
                {
                    "name": "ListApplications",
                    "slots": [
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "list applications in {awsregion}"
                    ]
                },
                {
                    "name": "ListInstancesForApplication",
                    "slots": [
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        },
                        {
                            "name": "application",
                            "type": "application"
                        }
                    ],
                    "samples": [
                        "list instances of application {application} in {awsregion} "
                    ]
                },
                {
                    "name": "CheckInstanceMetric",
                    "slots": [
                        {
                            "name": "metric",
                            "type": "metric"
                        },
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        },
                        {
                            "name": "window",
                            "type": "window"
                        }
                    ],
                    "samples": [
                        "{metric} for {instance} instance in {awsregion} {window}"
                    ]
                },
                {
                    "name": "RebootInstance",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        },
                        {
                            "name": "mfa",
                            "type": "AMAZON.NUMBER"
                        }
                    ],
                    "samples": [
                        "reboot {instance} instance in {awsregion} mfa {mfa}"
                    ]
                },
                {
                    "name": "FailoverInstance",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        },
                        {
                            "name": "mfa",
                            "type": "AMAZON.NUMBER"
                        }
                    ],
                    "samples": [
                        "failover {instance} instance in {awsregion} mfa {mfa}"
                    ]
                },
                {
                    "name": "ConnectInstance",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "connect to {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "CheckInstanceProperty",
                    "slots": [
                        {
                            "name": "property",
                            "type": "property"
                        },
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "{property} for {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "TablespaceUsage",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "tablespace usage for {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "ListEvents",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "list events for {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "CheckInstanceParameter",
                    "slots": [
                        {
                            "name": "parameter",
                            "type": "parameter"
                        },
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "parameter {parameter} for {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "SetNotifications",
                    "slots": [
                        {
                            "name": "notificationstatus",
                            "type": "notificationstatus"
                        }
                    ],
                    "samples": [
                        "set notifications to {notificationstatus}"
                    ]
                },
                {
                    "name": "CheckLog",
                    "slots": [
                        {
                            "name": "logtype",
                            "type": "logtype"
                        },
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "check {logtype} of {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "AMAZON.NavigateHomeIntent",
                    "samples": []
                },
                {
                    "name": "ListAlarms",
                    "slots": [
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "list of alarms fired for {instance} instance in {awsregion}"
                    ]
                },
                {
                    "name": "ShowTopSession",
                    "slots": [
                        {
                            "name": "resource",
                            "type": "resource"
                        },
                        {
                            "name": "instance",
                            "type": "instance"
                        },
                        {
                            "name": "awsregion",
                            "type": "awsregion"
                        }
                    ],
                    "samples": [
                        "show top session by {resource} for {instance} instance {awsregion}"
                    ]
                }
            ],
            "types": [
                {
                    "name": "awsregion",
                    "values": [
                        {
                            "id": "sa-east-1",
                            "name": {
                                "value": "sao paulo"
                            }
                        },
                        {
                            "id": "eu-west-3",
                            "name": {
                                "value": "paris"
                            }
                        },
                        {
                            "id": "eu-west-2",
                            "name": {
                                "value": "london"
                            }
                        },
                        {
                            "id": "eu-west-1",
                            "name": {
                                "value": "ireland"
                            }
                        },
                        {
                            "id": "eu-central-1",
                            "name": {
                                "value": "frankfurt"
                            }
                        },
                        {
                            "id": "cn-northwest-1",
                            "name": {
                                "value": "ningxia"
                            }
                        },
                        {
                            "id": "cn-north-1",
                            "name": {
                                "value": "beijing"
                            }
                        },
                        {
                            "id": "ca-central-1",
                            "name": {
                                "value": "canada"
                            }
                        },
                        {
                            "id": "ap-northeast-1",
                            "name": {
                                "value": "tokyo"
                            }
                        },
                        {
                            "id": "ap-southeast-2",
                            "name": {
                                "value": "sidney"
                            }
                        },
                        {
                            "id": "ap-southeast-1",
                            "name": {
                                "value": "singapore"
                            }
                        },
                        {
                            "id": "ap-northeast-2",
                            "name": {
                                "value": "seoul"
                            }
                        },
                        {
                            "id": "ap-northeast-3",
                            "name": {
                                "value": "osaka"
                            }
                        },
                        {
                            "id": "ap-south-1",
                            "name": {
                                "value": "mumbai"
                            }
                        },
                        {
                            "id": "us-east-2",
                            "name": {
                                "value": "california"
                            }
                        },
                        {
                            "id": "us-east-1",
                            "name": {
                                "value": "virginia"
                            }
                        },
                        {
                            "id": "us-west-2",
                            "name": {
                                "value": "oregon"
                            }
                        }
                    ]
                },
                {
                    "name": "application",
                    "values": [
                        {
                            "name": {
                                "value": "training"
                            }
                        }
                    ]
                },
                {
                    "name": "instance",
                    "values": [
                        {
                            "name": {
                                "value": "sample"
                            }
                        }
                    ]
                },
                {
                    "name": "metric",
                    "values": [
                        {
                            "name": {
                                "value": "network transmit throughput"
                            }
                        },
                        {
                            "name": {
                                "value": "network receive throughput"
                            }
                        },
                        {
                            "name": {
                                "value": "write throughput"
                            }
                        },
                        {
                            "name": {
                                "value": "read throughput"
                            }
                        },
                        {
                            "name": {
                                "value": "write latency"
                            }
                        },
                        {
                            "name": {
                                "value": "read latency"
                            }
                        },
                        {
                            "name": {
                                "value": "write iops"
                            }
                        },
                        {
                            "name": {
                                "value": "read iops"
                            }
                        },
                        {
                            "name": {
                                "value": "free storage space"
                            }
                        },
                        {
                            "name": {
                                "value": "swap usage"
                            }
                        },
                        {
                            "name": {
                                "value": "free memory"
                            }
                        },
                        {
                            "name": {
                                "value": "cpu utilization"
                            }
                        },
                        {
                            "name": {
                                "value": "database connections"
                            }
                        }
                    ]
                },
                {
                    "name": "window",
                    "values": [
                        {
                            "name": {
                                "value": "1 hour ago"
                            }
                        },
                        {
                            "name": {
                                "value": "30 minutes ago"
                            }
                        },
                        {
                            "name": {
                                "value": "15 minutes ago"
                            }
                        },
                        {
                            "name": {
                                "value": "5 minutes ago"
                            }
                        },
                        {
                            "name": {
                                "value": "now"
                            }
                        }
                    ]
                },
                {
                    "name": "property",
                    "values": [
                        {
                            "id": "DBInstanceClass",
                            "name": {
                                "value": "db instance class"
                            }
                        },
                        {
                            "id": "StorageType",
                            "name": {
                                "value": "storage type"
                            }
                        },
                        {
                            "id": "AvailabilityZone",
                            "name": {
                                "value": "availability zone"
                            }
                        },
                        {
                            "id": "EngineVersion",
                            "name": {
                                "value": "engine version"
                            }
                        },
                        {
                            "id": "DBName",
                            "name": {
                                "value": "db name"
                            }
                        },
                        {
                            "id": "BackupRetentionPeriod",
                            "name": {
                                "value": "backup retention period"
                            }
                        },
                        {
                            "id": "AllocatedStorage",
                            "name": {
                                "value": "allocated storage"
                            }
                        },
                        {
                            "id": "AutoMinorVersionUpgrade",
                            "name": {
                                "value": "auto minor upgrades"
                            }
                        },
                        {
                            "id": "MultiAZ",
                            "name": {
                                "value": "multi-az"
                            }
                        },
                        {
                            "id": "Engine",
                            "name": {
                                "value": "engine"
                            }
                        },
                        {
                            "id": "LicenseModel",
                            "name": {
                                "value": "license model"
                            }
                        },
                        {
                            "id": "MasterUsername",
                            "name": {
                                "value": "master username"
                            }
                        },
                        {
                            "id": "PubliclyAccessible",
                            "name": {
                                "value": "public accessible"
                            }
                        },
                        {
                            "id": "DBInstanceStatus",
                            "name": {
                                "value": "status"
                            }
                        },
                        {
                            "id": "DBParameterGroups",
                            "name": {
                                "value": "parameter group"
                            }
                        },
                        {
                            "id": "LatestRestorableTime",
                            "name": {
                                "value": "latest restorable time"
                            }
                        }
                    ]
                },
                {
                    "name": "parameter",
                    "values": [
                        {
                            "id": "open_cursors",
                            "name": {
                                "value": "open cursors"
                            }
                        }
                    ]
                },
                {
                    "name": "notificationstatus",
                    "values": [
                        {
                            "name": {
                                "value": "off"
                            }
                        },
                        {
                            "name": {
                                "value": "on"
                            }
                        }
                    ]
                },
                {
                    "name": "logtype",
                    "values": [
                        {
                            "name": {
                                "value": "error log"
                            }
                        },
                        {
                            "name": {
                                "value": "alert log"
                            }
                        }
                    ]
                },
                {
                    "name": "resource",
                    "values": [
                        {
                            "id": "cpu",
                            "name": {
                                "value": "cpu"
                            }
                        }
                    ]
                }
            ]
        }
    }
}