Engine

Covers Engine 2.0.0

dartwic-share/argus/respond-to-prompt

Responds to a prompt on a remote ARGUS runtime.

  • Category: Events

Request payload

FieldTypeRequirementDescription
event_idstringOptionalStable prompt event ID. A title lookup is used when omitted.
prompt_titlestringOptionalIn-memory prompt title. title is accepted as an alias.
titlestringOptionalAlias used for prompt/event lookup.
message_titlestringOptionalCompatibility event-title lookup used when resolving event_id.
prompt_typestringOptionalResponse conversion type; defaults to string.
prompt_responsestringOptionalResponse text. response is accepted as an alias.
responsestringOptionalAlias for prompt_response.
operator_client_idstringOptionalOriginal requesting client ID; defaults to the authenticated caller.

Response payload

FieldTypeDescription
event_idstringResolved event ID, or an empty string for an in-memory-only prompt.
prompt_foundbooleanWhether a live in-memory prompt received the response.