# To create a comment assessment for a conversation **POST /v1/Insights/QualityManagement/Assessments/Comments** To create a comment assessment for a conversation ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **Authorization** (string) The Authorization HTTP request header ### Body: application/x-www-form-urlencoded (object) - **CategoryId** (string) The ID of the category - **CategoryName** (string) The name of the category - **Comment** (string) The Assessment comment. - **SegmentId** (string) The id of the segment. - **AgentId** (string) The id of the agent. - **Offset** (number) The offset ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource. - **assessment_sid** (string | null) The SID of the assessment. - **comment** () The comment added for assessment. - **offset** (number | null) The offset - **report** (boolean | null) The flag indicating if this assessment is part of report - **weight** (number | null) The weightage given to this comment - **agent_id** (string | null) The id of the agent. - **segment_id** (string | null) The id of the segment. - **user_name** (string | null) The name of the user. - **user_email** (string | null) The email id of the user. - **timestamp** (number | null) The timestamp when the record is inserted - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)