Skip to main content

IDialogProvider

The IDialogProvider is the interface that acts as the blueprint for any dialog provider. All dialog providers have to implement this interface. Once they do so, they will be available to be used as dialog providers.

Methods API

MethodParametersReturnsDescription
IsReadybool: ready stateChecks if the provider is ready to start feeding dialogs.
GetEntriesDialogEntry[]: dialogsGets all dialogs as DialogEntry[].

Events

EventParametersDescription
onDialogProviderDataChangeCalled by the dialog provider whenever the dialogs provider data is updated.