RemoteConfiguration

data class RemoteConfiguration(val name: String, val deploymentType: DeploymentType, val forms: List<PreChatConfiguration>, val choiceListConfiguration: ChoiceListConfiguration?, val termsAndConditions: TermsAndConditions?, val timestamp: Long)

Represents remote configuration information.

Constructors

Link copied to clipboard
constructor(name: String, deploymentType: DeploymentType, forms: List<PreChatConfiguration>, choiceListConfiguration: ChoiceListConfiguration?, termsAndConditions: TermsAndConditions?, timestamp: Long)

Properties

Link copied to clipboard

Configuration for pre-chat forms with choice list fields. Optional.

Link copied to clipboard

Remote configuration deployment type.

Link copied to clipboard

Pre-chat configuration forms.

Link copied to clipboard
val name: String

Name of the remote configuration.

Link copied to clipboard

Configuration object for Terms and Conditions. Optional.

Link copied to clipboard
val timestamp: Long

Timestamp for this remote configuration.