Questions

The Questions feature helps you find explicit questions or requests for information that come up during the conversation. Whether answered or not, all questions are recognized. You can extract questions from a conversation using the Conversations API.

Example questions extracted from a conversation:

  • “What features are most relevant for our use case?”
  • “How are we planning to design the systems?”

Some features of the Questions feature:

  • Recognizes questions directed to someone, such as "Does Ken know more about this issue?"
  • Recognizes implicit questions, such as "do you think" or "would you rather" with no person mentioned.
  • Recognizes questions that are actionable in nature, such as "Should Ken resolve this customer issue?"
  • Ignores chit-chat and casual small talk which may include questions but are not part of the larger conversation.

Authentication

This request requires an access token, as described in Authenticate.


Get questions

This section describes how to get questions from a conversation. This request requires a conversation ID. You receive a conversation ID when you process a conversation.

To get questions, use the following operation:

GET https://api.symbl.ai/v1/conversations/{conversationId}/questions

To complete this operation from the API reference, see Get questions.