optionViewModels

open val optionViewModels: LiveData<List<NotificationViewModel.OptionViewModel>>

The view models for options in the options section. Each view model populates an additional item in the options section. Each item represents one option a user can choose from(e.g. send quick replies, an option given by VPA, etc.).

If this field is not set or it is empty, the options section will stay invisible.