Share via


FunctionChoice(String) Constructor

Definition

Creates a new FunctionChoice instance with the provided label.

public FunctionChoice (string label);
new Microsoft.SemanticKernel.FunctionChoice : string -> Microsoft.SemanticKernel.FunctionChoice
Public Sub New (label As String)

Parameters

label
String

The label to associate with this FunctionChoice.

Applies to