Skip to main content

SignalWire.Relay.Calling.PromptResult

This object returned from one the synchronous Prompt methods or part of the action when an asynchronous equivalent completes, which represent the final result of a prompt operation.

Properties​

PropertyTypeDescription
SuccessfulboolWhether the play operation has completed successfully.
EventSignalWire.Relay.EventThe last event that completed the call.
TypeSignalWire.Relay.Calling.CallCollectTypeThe type of the collected result.
ResultstringResult of prompt operation.
TerminatorstringUser input that terminated a digit prompt.
Confidencedouble?Confidence of the result on a speech prompt.