HeaderIsolationKeySource(String, String) Constructor
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.
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.