# Feed Messages

The diagram below shows the hierarchy of SDK interfaces used to represent messages the feed sends through the AMQP broker.

Please note that the **CashOutProbabilites** type does not represent a message sent through the AMQP broker, but a response from the HTTP call used to retrieve probabilities. However, this is shown in this diagram because it is part of the same inheritance tree.

#### 'IMessage' Class Structure <a href="#uof.netsdkfeedmessages-imessageclassstructure" id="uof.netsdkfeedmessages-imessageclassstructure"></a>

The following links will lead you to the respective class articles. Each article has three sections consisting of a class/interface description, method summary, and methods details.

* IMessage
  * IEventMessage
    * IFixtureChange
    * IBetStop
    * IMarketMessage
      * IOddsChange
      * IRollbackBetCancel
      * IBetSettlement
      * ICashoutProbabilities
      * IRollbackBetSettlement
      * IBetCancel

#### IMessage' Class diagram <a href="#uof.netsdkfeedmessages-imessageclassdiagram" id="uof.netsdkfeedmessages-imessageclassdiagram"></a>

<figure><img src="/files/SVcw0dNbFjix4oEoj7XN" alt=""><figcaption></figcaption></figure>


---

# 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.sportradar.com/uof/sdk/languages/.net/class-hierarchies/feed-messages.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.
