HeaderIsolationKeySource(String, String) Constructor

Definition

Initializes a new instance of HeaderIsolationKeySource.

public HeaderIsolationKeySource(string userIsolationKey, string chatIsolationKey);
new Azure.AI.Projects.Agents.HeaderIsolationKeySource : string * string -> Azure.AI.Projects.Agents.HeaderIsolationKeySource
Public Sub New (userIsolationKey As String, chatIsolationKey As String)

Parameters

userIsolationKey
String

The user isolation key header value.

chatIsolationKey
String

The chat isolation key header value.

Exceptions

userIsolationKey or chatIsolationKey is null.

Applies to