WebPubSubChatUser 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.
Represents a user profile in the chat system. This is a discriminated base type;
concrete payloads are selected by the kind field (e.g. HumanChatUser).
Please note this is the abstract base class. The derived classes available for instantiation are: WebPubSubHumanChatUser.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Messaging.WebPubSub.Chat.UnknownWebPubSubChatUser))]
public abstract class WebPubSubChatUser : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.WebPubSub.Chat.WebPubSubChatUser>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.WebPubSub.Chat.WebPubSubChatUser>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Messaging.WebPubSub.Chat.UnknownWebPubSubChatUser))>]
type WebPubSubChatUser = class
interface IJsonModel<WebPubSubChatUser>
interface IPersistableModel<WebPubSubChatUser>
Public MustInherit Class WebPubSubChatUser
Implements IJsonModel(Of WebPubSubChatUser), IPersistableModel(Of WebPubSubChatUser)
- Inheritance
-
WebPubSubChatUser
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Etag |
The entity tag for this resource. |
| Id |
User identifier. |
| Nickname |
User's display nickname. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to WebPubSubChatUser) | |
| Implicit(WebPubSubChatUser to RequestContent) | |