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 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "chatSourceIds", EmitDefaultValue = false)]
public IList<string> ChatSourceIds { get; set; }

Property Value

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