Role Class

Definition

Caution

Microsoft.Teams.AI is deprecated and will be removed by end of summer 2026.

[System.Obsolete("Microsoft.Teams.AI is deprecated and will be removed by end of summer 2026.")]
[System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.AI.Role>))]
public class Role : Microsoft.Teams.Common.StringEnum
[<System.Obsolete("Microsoft.Teams.AI is deprecated and will be removed by end of summer 2026.")>]
[<System.Text.Json.Serialization.JsonConverter(typeof(Microsoft.Teams.Common.StringEnum+JsonConverter<Microsoft.Teams.AI.Role>))>]
type Role = class
    inherit StringEnum
Public Class Role
Inherits StringEnum
Inheritance
Attributes

Constructors

Name Description
Role(String)

Fields

Name Description
Developer
Function
Model
User

Properties

Name Description
IsDeveloper
IsFunction
IsModel
IsUser
Value (Inherited from StringEnum)

Methods

Name Description
Clone() (Inherited from StringEnum)
CompareTo(Object) (Inherited from StringEnum)
CompareTo(String) (Inherited from StringEnum)
Equals(Object) (Inherited from StringEnum)
Equals(String) (Inherited from StringEnum)
Equals(StringEnum) (Inherited from StringEnum)
GetHashCode() (Inherited from StringEnum)
ToString() (Inherited from StringEnum)

Applies to