Skip to main content

Relay.Calling.PromptResult

Relay.Calling.PromptResult​

This object returned from one of the synchronous prompt methods that represents the final result of a prompting attempt.

Properties​

PropertyTypeDescription
successfulbooleanWhether the attempt has completed successfully.
eventRelay.EventLast event that completed the operation.
typestringdigit or speech.
resultstringResult of prompt attempt.
terminatorstringDigit that terminated the prompt.
confidencenumberConfidence of the result on a speech prompt.