POST/api/global-chatbot/demo/rating

선택적 자유 텍스트 댓글과 함께 데모 채팅 세션에 대한 좋아요/싫어요 평가를 저장합니다.

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