ResponseMCPCallFailedEvent Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ResponseMCPCallFailedEvent() |
Initializes a new instance of ResponseMCPCallFailedEvent for deserialization. |
| ResponseMCPCallFailedEvent(Int32) |
Initializes a new instance of ResponseMCPCallFailedEvent. |
| ResponseMCPCallFailedEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>) |
Initializes a new instance of ResponseMCPCallFailedEvent. |
ResponseMCPCallFailedEvent()
Initializes a new instance of ResponseMCPCallFailedEvent for deserialization.
public ResponseMCPCallFailedEvent();
Public Sub New ()
Applies to
ResponseMCPCallFailedEvent(Int32)
Initializes a new instance of ResponseMCPCallFailedEvent.
public ResponseMCPCallFailedEvent(int sequenceNumber);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallFailedEvent : int -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallFailedEvent
Public Sub New (sequenceNumber As Integer)
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
Applies to
ResponseMCPCallFailedEvent(ResponseStreamEventType, Int32, IDictionary<String,BinaryData>)
Initializes a new instance of ResponseMCPCallFailedEvent.
public ResponseMCPCallFailedEvent(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType type, int sequenceNumber, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallFailedEvent : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseStreamEventType * int * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ResponseMCPCallFailedEvent
Public Sub New (type As ResponseStreamEventType, sequenceNumber As Integer, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- sequenceNumber
- Int32
The sequence number for this event.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.