Relay.Calling.PromptResult
This object returned from one of the synchronous prompt methods that 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 | number | Confidence of the result on a speech prompt |