ViewChatSourceIds Property

Gets an optional list of specified Visual Data Discovery sources for use by the Simba Intelligence chatbot.

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public IList<string> ChatSourceIds { get; }

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