- Expose conversation uuid in APIs - swagger documentation for cast survey update via public/message/update endpoints - swagger documentation for survey/responses/conversation_uuid endpoint Fixes: #6328
21 lines
570 B
YAML
21 lines
570 B
YAML
|
|
type: object
|
|
properties:
|
|
submitted_values:
|
|
oneOf:
|
|
- type: object
|
|
description: Replies to the Bot Message Types
|
|
properties:
|
|
csat_survey_response:
|
|
type: object
|
|
description: CSAT Survey Response if original message is CSAT Survey
|
|
properties:
|
|
rating:
|
|
type: integer
|
|
description: CSAT Rating
|
|
example: 5
|
|
feedback_message:
|
|
type: string
|
|
description: CSAT Comment
|
|
example: 'Great'
|