*** id: 74949b88-91c5-427d-8e03-a7d05d12f0a2 title: Relay.Calling.PromptResult slug: /node/reference/calling/results/prompt description: The result object that is returned when prompting a call. max-toc-depth: 3 ---------------- [relay-event]: /docs/server-sdk/v2/node/reference/event 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`][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 |