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 (25.4.0.1000)
Syntaxpublic IList<string> ChatSourceIds { get; }Public ReadOnly Property ChatSourceIds As IList(Of String)
Get
public:
property IList<String^>^ ChatSourceIds {
IList<String^>^ get ();
}member ChatSourceIds : IList<string> with get
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