v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
A 2 UI

Create Surface Feedback

CreateSurfaceFeedback submits feedback for a surface with a snapshot.

post/api/v1/a2ui/surfaces/{surface_id}/feedback

Path parameters

surface_idstring required

The surfaceId field.

Request body

conversationIdstring

The conversationId field.

sentiment'A2UI_SURFACE_FEEDBACK_SENTIMENT_UNSPECIFIED' | 'A2UI_SURFACE_FEEDBACK_SENTIMENT_POSITIVE' | 'A2UI_SURFACE_FEEDBACK_SENTIMENT_NEGATIVE'

The sentiment field.

textstring

The text field.

Response

A2UIServiceCreateSurfaceFeedbackResponse returns the created feedback.