CosmosChatHistoryProvider.State Class

Definition

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.

Applies to