AgentforceUIApiFieldValues

A data structure that represents field values from the UI API in Agentforce conversations. It provides a structured way to represent field values with both display and raw value information.

PropertyTypeDescription
displayValueString?The formatted display value for the field
valueAny?The raw value of the field
MethodSignatureDescription
init(displayValue:value:)init(displayValue: String? = nil, value: Any? = nil)Creates a new instance with optional display and raw values