SessionFeatureParameter

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.

Constructors

Link copied to clipboard
constructor(name: String, enabled: Boolean, properties: Map<String, String>, configurations: Map<String, SessionFeatureParameter>)

Properties

Link copied to clipboard

The configuration parameters for the Feature parameter.

Link copied to clipboard

Whether the Feature parameter is enabled.

Link copied to clipboard

The name of the Feature parameter.

Link copied to clipboard

Additional properties related to the Feature parameter.