Get a preview of an intent
Authorizations
Cookie-based authentication
Path Parameters
The ID of the AI agent to preview
x > 0
Query Parameters
The ticketId for which to tailor the response to. A future release will also support an intent preview without linking it to a ticketId
Response
An intent of a customer that he wants to be resolved by contacting us
Internal ID of intent
Intent model code that resolves a specific issue. Currently supported is process_meter_reading, process_bank_data and process_installment_change
User-readable name of intent as defined by client
Confidence how certain the AI is that this is correct. 0.95 means for example 95% certain. Defaults to 100% when verified by human.
A color indication of an intent showing the user how much user interaction is needed. 'success' indicates the AI is ready to execute, all other codes require user interaction first
success
, neutral
, warning
, danger
True if intent has been verified by human
Intent-specific additional data to be shown to the user so he has relevant information about the intent. Data type varies by intent code
A preview of the response a customer would receive when executing this intent. Not always available, e.g. when the respond depends on user-input
Tags to show to the user. prePopulated means that all properties are already pre-filled by the AI and the user can just insert the template to the body. adaptionNeeded is the opposite, and means the user still needs to modify the text. writesToErp means that upon execution of the intent a write is done to the ERP system, like a insertion of a meter reading or the creation of a bill.
prePopulated
, adaptionNeeded
, writesToErp
Intent-specific data object showing all the data that was extracted from the ticket in a structured form. Data type varies by intent code
Different options that the user is given. Every option is a new button in the UI
Info areas shown to the user
Extra-Information shown in tooltip. Info-Icon only shown if not null
Shows the outcome (if the intent was already executed)