Condividi tramite


ProjectsAgentKind Struct

Definition

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

Constructors

Name Description
ProjectsAgentKind(String)

Initializes a new instance of ProjectsAgentKind.

Properties

Name Description
Hosted

Gets the Hosted.

Prompt

Gets the Prompt.

Workflow

Gets the Workflow.

Methods

Name Description
Equals(ProjectsAgentKind)

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

Determines if two ProjectsAgentKind values are the same.

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

Converts a string to a ProjectsAgentKind.

Inequality(ProjectsAgentKind, ProjectsAgentKind)

Determines if two ProjectsAgentKind values are not the same.

Applies to