ConversationOperatorResult

Latest result per operator across the full conversation (or per session when ?per_session=true).

  • confidence
    Type: number · Confidence
    required
  • operator
    Type: object · OperatorInfo
    required
    • name
      Type: string · Name
      required

      The operator's name.

  • output_type
    Type: string · Output Type
    required
  • result
    Type: object · Result
    required
    • propertyName
      Type: anything
  • configuration_id
    Type: string · Configuration Idnullable

    Configuration active when this result was produced.

  • event_type
    Type: string · Event Type
  • reasoning
    Type: string · Reasoningnullable
  • session_id
    Type: string · Session Idnullable

    Populated only when per_session=true.