# JSON Body Response for 3Dolphins SRM Dialog Rest Integration

**Response Sample**

```
{
“value”: {
“output”: “Data Customer Account 1234567y\nNama: Reja\nSetoran tiap bulan : Rp. 500,000\nJatuh tempo berikutnya : 15 Agustus 2018”
},
“next”: true,
“success”: true,
“repeat”: false,
“agent”: false
}
```

| Parameter | Value | Description                                 |
| --------- | ----- | ------------------------------------------- |
| Next      | True  | Dialog will continue to the next entity     |
| Success   | True  | Dialog will print success response          |
| Repeat    | True  | Dialog will repeat from the intention       |
| Agent     | True  | Ticket will transfer to the available agent |
