Share via


Flow(String, String) Constructor

Definition

Initializes a new instance of the Flow class.

public Flow (string name, string goal);
new Microsoft.SemanticKernel.Experimental.Orchestration.Flow : string * string -> Microsoft.SemanticKernel.Experimental.Orchestration.Flow
Public Sub New (name As String, goal As String)

Parameters

name
String

The name of flow

goal
String

The goal of flow

Applies to