Relay::Calling::PromptResult
This object is returned by the prompt
group of methods and represents the final result of a prompting attempt.
Properties
Property | Type | Description |
---|---|---|
successful | Boolean | Whether the attempt has completed successfully. |
event | Relay::Event | Last event that completed the operation. |
type | String | digit or speech . |
result | String | Result of prompt attempt. |
terminator | String | Digit that terminated the prompt. |
confidence | Numeric | Confidence of the result on a speech prompt. |