Share via


AgentKind Struct

Definition

public readonly struct AgentKind : IEquatable<Azure.AI.Projects.AgentKind>
type AgentKind = struct
Public Structure AgentKind
Implements IEquatable(Of AgentKind)
Inheritance
AgentKind
Implements

Constructors

Name Description
AgentKind(String)

Initializes a new instance of AgentKind.

Properties

Name Description
ContainerApp

Gets the ContainerApp.

Hosted

Gets the Hosted.

Prompt

Gets the Prompt.

Workflow

Gets the Workflow.

Methods

Name Description
Equals(AgentKind)

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

Determines if two AgentKind values are the same.

Implicit(String to AgentKind)

Converts a string to a AgentKind.

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

Determines if two AgentKind values are not the same.

Applies to