miniAppResult
.In a dialog session, each miniApp will produce an output that will be returned in the miniAppResult
field. Below are all the possible keys it might contain and their short descriptions.
Key name | Short description |
| All user utterances |
| DiaManT dialog ID |
| The call duration in milliseconds |
| Indicates the successful or not result of the miniApp. Potential values success or fail. This key is directly depended on the |
| The dialog step |
| Stores the result value of the miniApp validation. Can be success or fail |
| Name of the validation that succeeded |
| Name of the validation that failed |
| Reason the validation failed |
| Number of wrong inputs |
| miniApp application ID |
| miniApp request ID |
| Call start timestamp |
| The locale of the miniApp at runtime |
| Number of agent requests |
| Number of no matches |
| Number of no inputs |
| Number of global errors |
| The reason the miniApp failed |
| Possible values true/false. Caller requests for the miniApp to close |
| The last DTMF value provided from the caller during an Intent type miniApp |
| The value that the miniApp got from user (for example, in Alphanumeric the value could be |
The article Fail Exit Reason describes all the possible values fail_exit_reason
can have.