Receive Questions
This API help you find explicit question or request for information that comes up during the conversation, whether answered or not, is recognized as a question.
#
HTTP RequestGET https://api.symbl.ai/v1/conversations/{conversationId}/questions
#
Example API call- cURL
- Javascript
#
Response#
Response ObjectField | Description |
---|---|
id | unique conversation identifier |
text | conversation text |
type | response type. default is question |
score | confidence score of the generated topic. value from 0 - 1 |
messageIds | unique message identifiers of the corresponding messages |
entities | list of detected entity objects in the insight with type - entity type and text - corresponding text |