Session Feature Parameter
data class SessionFeatureParameter(val name: String, val enabled: Boolean, val properties: Map<String, String>, val configurations: Map<String, SessionFeatureParameter>)
Feature parameters for the session.
These parameters can be used to inform about customization of features, such as messaging.
Note: these parameters are received from the server inform about customization of features.