get_clarification
Get clarification on which way to go
Arguments
Section titled “Arguments”{ "question": "where do I turn?" // The user's question about which way to go}Response
Section titled “Response”{ "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.}Guidance
Section titled “Guidance”Use when: the user asks for guidance on which direction they should be headingPosture: PROACTIVE