getDialogModel
fun <PromptDialogModelT : PromptDialogModel<*, *>> getDialogModel(dialogType: PromptDialogModel.DialogType<PromptDialogModelT>): PromptDialogModelT
Extracts PromptDialogModel of the required type from this PromptModel.
Parameters
dialogType
required type of the dialog model
Throws
if PromptModel does not have dialog model of the required type registered