makeContainer(context:)
Creates a container that represents this set of intent values.
Declaration
func makeContainer(context: IntentValueContainer.ConversionContext) -> IntentValueContainerParameters
- context:
The context to use for the conversion.
Return Value
An intent value container representing this set.
Discussion
This method converts each element in the set to its container representation and wraps them in an ArrayContainerElement.