Agent365SdkUserAgentConfiguration(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 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.