Contents

INCallCapabilityResolutionResult

A resolution result for the call capability for the call.

Declaration

class INCallCapabilityResolutionResult

Overview

You return an INCallCapabilityResolutionResult object when resolving parameters containing an INCallCapability value. Use the creation method that best reflects your ability to resolve the parameter successfully. The resolved value can be different than the original INCallCapability. This flexibility allows app extensions to apply business logic constraints.

Use notRequired() to continue with a nil value. For additional resolution operators, see INIntentResolutionResult.

Topics

Creating a Resolution Result Object

See Also

Resolution Results