Flow(String, 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 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