次の方法で共有


Agent365SdkUserAgentConfiguration(String) Constructor

Definition

Initializes a new instance of the Agent365SdkUserAgentConfiguration class. This constructor is protected to ensure instances are created through derived classes.

protected Agent365SdkUserAgentConfiguration(string? orchestratorName = default);
new Microsoft.Agents.A365.Runtime.Agent365SdkUserAgentConfiguration : string -> Microsoft.Agents.A365.Runtime.Agent365SdkUserAgentConfiguration
Protected Sub New (Optional orchestratorName As String = Nothing)

Parameters

orchestratorName
String

Optional orchestrator name to include in the User-Agent header.

Applies to