ViewDataChatflowId Property |
Gets or sets the chatflow ID for the chatbot.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "chatflowId", EmitDefaultValue = false)]
public string ChatflowId { get; set; }
<DataMemberAttribute(Name := "chatflowId", EmitDefaultValue := false)>
Public Property ChatflowId As String
Get
Set
public:
[DataMemberAttribute(Name = L"chatflowId", EmitDefaultValue = false)]
property String^ ChatflowId {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "chatflowId", EmitDefaultValue = false)>]
member ChatflowId : string with get, set
Property Value
Type:
String
The chatflow ID.
See Also