UserDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details about the human user that invoked an agent.
public sealed class UserDetails : IEquatable<Microsoft.Agents.A365.Observability.Runtime.Tracing.Contracts.UserDetails>
type UserDetails = class
interface IEquatable<UserDetails>
Public NotInheritable Class UserDetails
Implements IEquatable(Of UserDetails)
- Inheritance
-
UserDetails
- Implements
Constructors
| Name | Description |
|---|---|
| UserDetails(String, String, String, IPAddress) |
Initializes a new instance of the UserDetails class. |
Properties
| Name | Description |
|---|---|
| UserClientIP |
Gets the client IP address of the user. |
| UserEmail |
Gets the email address of the user. |
| UserId |
Gets the unique identifier for the user. |
| UserName |
Gets the human-readable name of the user. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(UserDetails) | Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() | Serves as the default hash function. |