SPLK-2003 · Question #49
How is it possible to evaluate user prompt results?
The correct answer is C. Set action_result. summary. response to required. In Splunk Phantom, user prompts are actions that require human input. To evaluate the results of a user prompt, you can set the response requirement in the action result summary. By setting action_result.summary.response to required, the playbook ensures that it captures the…
Question
How is it possible to evaluate user prompt results?
Options
- ASet action_result.summary. status to required.
- BSet the user prompt to reinvoke if it times out.
- CSet action_result. summary. response to required.
- DAdd a decision Mode
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C79% (26)
- D6% (2)
Explanation
In Splunk Phantom, user prompts are actions that require human input. To evaluate the results of a user prompt, you can set the response requirement in the action result summary. By setting action_result.summary.response to required, the playbook ensures that it captures the user's input and can act upon it. This is critical in scenarios where subsequent actions depend on the choices made by the user in response to a prompt. Without setting this, the playbook would not have a defined way to handle the user response, which might lead to incorrect or unexpected playbook behavior.
Topics
Community Discussion
No community discussion yet for this question.