| Field | Type | Required | Description |
|---|---|---|---|
question |
Optional<String> | ➖ | Search query rephrased into a question. |
answer |
Optional<String> | ➖ | Answer generated for the given query or the generated question. |
followUpPrompts |
List<String> | ➖ | List of all follow-up prompts generated for the given query or the generated question. |
followupActions |
List<FollowupAction> | ➖ | List of follow-up actions generated for the given query or the generated question. |
ranges |
List<TextRange> | ➖ | Answer subsections to mark with special formatting (citations, bolding etc) |
status |
Optional<GeneratedQnaStatus> | ➖ | Status of backend generating the answer |
cursor |
Optional<String> | ➖ | An opaque cursor representing the search request |
trackingToken |
Optional<String> | ➖ | An opaque token that represents this particular result in this particular query. To be used for /feedback reporting. |