Click or drag to resize

OpenConversationModelAllowAutoContinue Property

Determines whether we allow auto-continue conversation or not. True means platform will determine auto-continue. False means auto-continue will always be disabled. Defaults to true.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool AllowAutoContinue { get; set; }

Property Value

Type: Boolean
See Also