Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Conversation’s events will be shown expanded by default. A user can unselect the Expand Events checkbox in the details view of the Conversation to have a minimized view.

Bot Response is highlighted represented with Bot Icon at the beginning and colored in orange color for the message and user messages are start with a user icon and colored in grey color. Please see the below example. If there is a Date change in between an ongoing conversation then the date will be mentioned in the conversation Timeline.

...

The following are the list of events that are captured as part of the conversation and their associated meaning:

  • Channel Event Received: The Virtual Agent received an event from a channel which it will process and respond.

  • User Message Received: The Virtual Agent received a user message from a channel which it will process and respond.

  • Message Validated: The Virtual Agent has validated the authenticity of the incoming message in order to verify and confirm that the message came from the stated sender.

  • Access Permissions Checked: The Virtual Agent performed the pre-requisite permission checks to determine whether the user is allowed and permitted to interact with the Virtual Agent.

  • User Authenticated: The Virtual Agent has auto-verified and confirmed the identity of the user

  • User Auto Registered: The Virtual Agent has auto-registered the user for the Virtual Agent services.

  • User Status Checked: The Virtual Agent performed the user status checks to determine whether the user is active and allowed to interact with the Virtual Agent.

  • User Manually Registered: The Virtual Agent has registered the user via the manual registration process for the Virtual Agent Services.

  • User Registration Cancelled: The Virtual Agent has canceled the user registration via the manual registration process for the Luma bot services.

  • Fallback Detected: A Virtual Agent is attempting to parse the user message and recognized that the skill is not identified or skill with less confidence score identifier causing the fallback actions to be triggered.

  • Skill Conflict Detected: A Virtual Agent is attempting to disambiguate the user's intention so that it can capture & infer the human intent confidently and accurately.

  • Skill Recognized: The Virtual Agent recognized the user's intention based on the user given phrase/invocation name/skill identifier.

  • Skill Conflict Resolved: A Virtual Agent has successfully and confidently disambiguated the user's intention.

  • Rephrase Requested: The Virtual Agent asked the user to rephrase the request to identify and identify the correct/right skill with greater confidence.

  • Skill Permissions Checked: The Virtual Agent has verified the user's access permissions on the skill that was triggered by the user from channel.

  • Response sent: The Virtual Agent delivered a response to the user with an informational message, clarification prompt requesting input from user, or a hangup phrase.

  • Conversation Flow Started: The conversation flow of identified skill is started to collect information in a specific order from the user and guide the user through a series of configured steps as part of the skill.

  • Attribute Prompted: An Attribute value was requested in the conversation asking the user to provide a value for it.

  • Attribute Value Filled: An Attribute was successfully filled with a value that obtained either from the user or a third-party fulfillment system during the conversation.

  • Attribute Value Validated: A validation was performed on the Attribute’s value obtained from the user against the pre-configured validation rules.

  • Operation Executed: An operation was performed by the Virtual Agent to collect, modify, or post information in a pre-configured Application Instance.

  • Error Rules Evaluated: The operation error rule set comprising of a collection of ordered rules with a set of execution semantics was evaluated and executed the rule’s actions based on the results of the rule’s condition evaluation.

  • No Data Rules Evaluated: The operation no data rule with a set of execution semantics was evaluated and executed the rule’s actions based on the results of the rule’s condition evaluation.

  • Success Rules Evaluated: The operation success rule set comprising of a collection of ordered rules with a set of execution semantics was evaluated and executed the rule’s actions based on the results of the rule’s condition evaluation.

  • Rule Set Evaluated: A rule set comprising of a collection of ordered rules with a set of execution semantics was evaluated and executed the rule’s actions based on the results of the rule’s condition evaluation.

  • Conversation Branched: Conversational branched to a (sub)-skills based on the conversation routing rules.

  • Conversation Aborted: Conversation was interrupted.

  • Conversation Errored: Conversation was abruptly terminated due to an irrecoverable system error.

...