ResponseStreamEventType Struct

Definition

public readonly struct ResponseStreamEventType : IEquatable<Azure.AI.AgentServer.Responses.Models.ResponseStreamEventType>
type ResponseStreamEventType = struct
Public Structure ResponseStreamEventType
Implements IEquatable(Of ResponseStreamEventType)
Inheritance
ResponseStreamEventType
Implements

Constructors

Name Description
ResponseStreamEventType(String)

Initializes a new instance of ResponseStreamEventType.

Properties

Name Description
Error

Gets the Error.

ResponseAudioDelta

Gets the ResponseAudioDelta.

ResponseAudioDone

Gets the ResponseAudioDone.

ResponseAudioTranscriptDelta

Gets the ResponseAudioTranscriptDelta.

ResponseAudioTranscriptDone

Gets the ResponseAudioTranscriptDone.

ResponseCodeInterpreterCallCodeDelta

Gets the ResponseCodeInterpreterCallCodeDelta.

ResponseCodeInterpreterCallCodeDone

Gets the ResponseCodeInterpreterCallCodeDone.

ResponseCodeInterpreterCallCompleted

Gets the ResponseCodeInterpreterCallCompleted.

ResponseCodeInterpreterCallInProgress

Gets the ResponseCodeInterpreterCallInProgress.

ResponseCodeInterpreterCallInterpreting

Gets the ResponseCodeInterpreterCallInterpreting.

ResponseCompleted

Gets the ResponseCompleted.

ResponseContentPartAdded

Gets the ResponseContentPartAdded.

ResponseContentPartDone

Gets the ResponseContentPartDone.

ResponseCreated

Gets the ResponseCreated.

ResponseCustomToolCallInputDelta

Gets the ResponseCustomToolCallInputDelta.

ResponseCustomToolCallInputDone

Gets the ResponseCustomToolCallInputDone.

ResponseFailed

Gets the ResponseFailed.

ResponseFileSearchCallCompleted

Gets the ResponseFileSearchCallCompleted.

ResponseFileSearchCallInProgress

Gets the ResponseFileSearchCallInProgress.

ResponseFileSearchCallSearching

Gets the ResponseFileSearchCallSearching.

ResponseFunctionCallArgumentsDelta

Gets the ResponseFunctionCallArgumentsDelta.

ResponseFunctionCallArgumentsDone

Gets the ResponseFunctionCallArgumentsDone.

ResponseImageGenerationCallCompleted

Gets the ResponseImageGenerationCallCompleted.

ResponseImageGenerationCallGenerating

Gets the ResponseImageGenerationCallGenerating.

ResponseImageGenerationCallInProgress

Gets the ResponseImageGenerationCallInProgress.

ResponseImageGenerationCallPartialImage

Gets the ResponseImageGenerationCallPartialImage.

ResponseIncomplete

Gets the ResponseIncomplete.

ResponseInProgress

Gets the ResponseInProgress.

ResponseMcpCallArgumentsDelta

Gets the ResponseMcpCallArgumentsDelta.

ResponseMcpCallArgumentsDone

Gets the ResponseMcpCallArgumentsDone.

ResponseMcpCallCompleted

Gets the ResponseMcpCallCompleted.

ResponseMcpCallFailed

Gets the ResponseMcpCallFailed.

ResponseMcpCallInProgress

Gets the ResponseMcpCallInProgress.

ResponseMcpListToolsCompleted

Gets the ResponseMcpListToolsCompleted.

ResponseMcpListToolsFailed

Gets the ResponseMcpListToolsFailed.

ResponseMcpListToolsInProgress

Gets the ResponseMcpListToolsInProgress.

ResponseOutputItemAdded

Gets the ResponseOutputItemAdded.

ResponseOutputItemDone

Gets the ResponseOutputItemDone.

ResponseOutputTextAnnotationAdded

Gets the ResponseOutputTextAnnotationAdded.

ResponseOutputTextDelta

Gets the ResponseOutputTextDelta.

ResponseOutputTextDone

Gets the ResponseOutputTextDone.

ResponseQueued

Gets the ResponseQueued.

ResponseReasoningSummaryPartAdded

Gets the ResponseReasoningSummaryPartAdded.

ResponseReasoningSummaryPartDone

Gets the ResponseReasoningSummaryPartDone.

ResponseReasoningSummaryTextDelta

Gets the ResponseReasoningSummaryTextDelta.

ResponseReasoningSummaryTextDone

Gets the ResponseReasoningSummaryTextDone.

ResponseReasoningTextDelta

Gets the ResponseReasoningTextDelta.

ResponseReasoningTextDone

Gets the ResponseReasoningTextDone.

ResponseRefusalDelta

Gets the ResponseRefusalDelta.

ResponseRefusalDone

Gets the ResponseRefusalDone.

ResponseWebSearchCallCompleted

Gets the ResponseWebSearchCallCompleted.

ResponseWebSearchCallInProgress

Gets the ResponseWebSearchCallInProgress.

ResponseWebSearchCallSearching

Gets the ResponseWebSearchCallSearching.

Methods

Name Description
Equals(ResponseStreamEventType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ResponseStreamEventType, ResponseStreamEventType)

Determines if two ResponseStreamEventType values are the same.

Implicit(String to Nullable<ResponseStreamEventType>)
Implicit(String to ResponseStreamEventType)

Converts a string to a ResponseStreamEventType.

Inequality(ResponseStreamEventType, ResponseStreamEventType)

Determines if two ResponseStreamEventType values are not the same.

Applies to