PreChatSurvey
public struct PreChatSurvey
A definition of the pre-chat form which should be answered by the user before the new thread is created.
-
The name of the dynamic pre-chat survey.
Declaration
Swift
public let name: String
-
An array of pre-chat survey fields which should be presented to user before chat thread is created.
Declaration
Swift
public let customFields: [PreChatSurveyCustomField]