Interface ITellMeProvider
Represents a provider that is used by Studio to provide data to the Tell Me Search engine.
Namespace: SdlSdl.TellMeProviderApi
Assembly: Sdl.TellMe.ProviderApi.dll
Syntax
public interface ITellMeProvider
Properties
Name
Gets the name of the provider.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
ProviderActions
All the actions that are returned by this provider.
Declaration
AbstractTellMeAction[] ProviderActions { get; }
Property Value
Type | Description |
---|---|
AbstractTellMeAction |