Gets or sets the chatflow ID for the chatbot.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string ChatflowId { get; set; }Public Property ChatflowId As String
	Get
	Set
public:
property String^ ChatflowId {
	String^ get ();
	void set (String^ value);
}member ChatflowId : string with get, set
Property Value
Type: 
String
            The chatflow ID.
            
See Also