CosmosChatHistoryProvider.State 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 the per-session state of a CosmosChatHistoryProvider stored in the StateBag.
public sealed class CosmosChatHistoryProvider.State
type CosmosChatHistoryProvider.State = class
Public NotInheritable Class CosmosChatHistoryProvider.State
- Inheritance
-
CosmosChatHistoryProvider.State
Constructors
| Name | Description |
|---|---|
| CosmosChatHistoryProvider.State(String, String, String) |
Initializes a new instance of the CosmosChatHistoryProvider.State class. |
Properties
| Name | Description |
|---|---|
| ConversationId |
Gets the conversation ID associated with this state. |
| TenantId |
Gets the tenant identifier for hierarchical partitioning, if any. |
| UserId |
Gets the user identifier for hierarchical partitioning, if any. |