POST/api/global-chatbot/demo/rating

オプションのフリーテキストコメント付きで、デモチャットセッションの thumbs-up/-down 評価を保存します。

Auth & Absicherung

Keine Authentifizierung erforderlich

Idempotent: Nein

Parameter

session_id(body, string)
helpful(body, boolean, erforderlich)
comment(body, string)

Beispiel-Request

{"session_id":"<UUID>","helpful":true}

Beispiel-Response

{"ok":true}

Fehlercodes

400 (kein Code)「helpful(boolean)必須」— helpful が不足しているか、boolean ではありません。

Live-Test-Nachweis

成功(200)と失敗(400)はライブで検証済みです。

デモチャットボットとSSO