ViewDataChatSourceIds Property |
Gets an optional list of specified Visual Data Discovery sources for use by the Simba Intelligence chatbot.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax[DataMemberAttribute(Name = "chatSourceIds", EmitDefaultValue = false)]
public IList<string> ChatSourceIds { get; set; }<DataMemberAttribute(Name := "chatSourceIds", EmitDefaultValue := false)>
Public Property ChatSourceIds As IList(Of String)
Get
Set
public:
[DataMemberAttribute(Name = L"chatSourceIds", EmitDefaultValue = false)]
property IList<String^>^ ChatSourceIds {
IList<String^>^ get ();
void set (IList<String^>^ value);
}[<DataMemberAttribute(Name = "chatSourceIds", EmitDefaultValue = false)>]
member ChatSourceIds : IList<string> with get, set
Property Value
Type:
IListString
An array of data source IDs to use as sources for the chatbot. If null or empty, all available sources are used.
See Also