Share via


HttpTriggerOptions(Boolean) Constructor

Definition

Represents configuration options for the HTTP trigger for an agent.

public HttpTriggerOptions(bool isEnabled);
new Microsoft.Agents.AI.Hosting.AzureFunctions.HttpTriggerOptions : bool -> Microsoft.Agents.AI.Hosting.AzureFunctions.HttpTriggerOptions
Public Sub New (isEnabled As Boolean)

Parameters

isEnabled
Boolean

Indicates whether the HTTP trigger is enabled for the agent.

Remarks

Initializes a new instance of the HttpTriggerOptions class.

Applies to