ItemFieldType Struct

Definition

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

Constructors

Name Description
ItemFieldType(String)

Initializes a new instance of ItemFieldType.

Properties

Name Description
ApplyPatchCall

Gets the ApplyPatchCall.

ApplyPatchCallOutput

Gets the ApplyPatchCallOutput.

CodeInterpreterCall

Gets the CodeInterpreterCall.

Compaction

Gets the Compaction.

ComputerCall

Gets the ComputerCall.

ComputerCallOutput

Gets the ComputerCallOutput.

CustomToolCall

Gets the CustomToolCall.

CustomToolCallOutput

Gets the CustomToolCallOutput.

FileSearchCall

Gets the FileSearchCall.

FunctionCall

Gets the FunctionCall.

FunctionCallOutput

Gets the FunctionCallOutput.

ImageGenerationCall

Gets the ImageGenerationCall.

LocalShellCall

Gets the LocalShellCall.

LocalShellCallOutput

Gets the LocalShellCallOutput.

McpApprovalRequest

Gets the McpApprovalRequest.

McpApprovalResponse

Gets the McpApprovalResponse.

McpCall

Gets the McpCall.

McpListTools

Gets the McpListTools.

Message

Gets the Message.

Reasoning

Gets the Reasoning.

ShellCall

Gets the ShellCall.

ShellCallOutput

Gets the ShellCallOutput.

ToolSearchCall

Gets the ToolSearchCall.

ToolSearchOutput

Gets the ToolSearchOutput.

WebSearchCall

Gets the WebSearchCall.

Methods

Name Description
Equals(ItemFieldType)

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(ItemFieldType, ItemFieldType)

Determines if two ItemFieldType values are the same.

Implicit(String to ItemFieldType)

Converts a string to a ItemFieldType.

Implicit(String to Nullable<ItemFieldType>)
Inequality(ItemFieldType, ItemFieldType)

Determines if two ItemFieldType values are not the same.

Applies to