setValues

abstract suspend fun setValues(input: List<PreChatField>): List<PreChatField>

Sets the values for hidden pre-chat data.

Return

The list of hidden PreChatFields with values set for the userInput.

Parameters

input

The list of hidden PreChatFields that is returned by the config service.