AgentGroupChat.IsComplete Property
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.
Indicates if completion criteria has been met. If set, no further agent interactions will occur. Clear to enable more agent interactions.
public bool IsComplete { get; set; }
member this.IsComplete : bool with get, set
Public Property IsComplete As Boolean