# OccupantRoleFeedbackResult

## OccupantRoleFeedbackResult API

<table data-header-hidden><thead><tr><th width="346"></th><th></th></tr></thead><tbody><tr><td>ACCEPTED</td><td>The feedback was accepted.</td></tr><tr><td>FEEDBACK_ALREADY_PROVIDED</td><td>Feedback has already been provided for this transport.</td></tr><tr><td>TRANSPORT_IS_PROVISIONAL</td><td>The transport is provisional, and has not yet been finalized. See <a href="/pages/-MdxD3lMT0fDNy8uXJmN#isprovisional">isProvisional</a>.</td></tr><tr><td>TRANSPORT_NOT_FOUND</td><td>A transport with the specified identifier was not found.</td></tr><tr><td>TRANSPORT_NOT_YET_COMPLETE</td><td>Submitting feedback for an incomplete transport is not allowed.</td></tr><tr><td>TRANSPORT_TYPE_NOT_SUPPORTED</td><td>Proving feedback on this type (mode) of transport is not supported.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sentiance.com/important-topics/sdk/api-reference/android/feedback/occupantrolefeedbackresult.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
