Skip to content
Wysp Docs

get_clarification

Get clarification on which way to go

{
"question": "where do I turn?" // The user's question about which way to go
}
{
"kind": "SUCCESS", // SUCCESS | FAILURE | BAD_REQUEST | INTERNAL_SERVER_ERROR | REFUSAL
"nature": "OPAQUE", // OPAQUE | USER_VERBATIM | JSON
"language": "en-US", // BCP47 language tag
"value": "turn left at the next lights, onto Dronning Mauds gate" // Opaque string response value to be entered into message history.
}
Use when: the user asks for guidance on which direction they should be heading

Posture: PROACTIVE