---
title: "resolveTaskTitle(for:with:)"
framework: intents
role: symbol
role_heading: Instance Method
path: "intents/insettaskattributeintenthandling/resolvetasktitle(for:with:)"
---

# resolveTaskTitle(for:with:)

Resolves the intended title of the task.

## Declaration

```swift
optional func resolveTaskTitle(for intent: INSetTaskAttributeIntent, with completion: @escaping @Sendable (INSpeakableStringResolutionResult) -> Void)
```

```swift
optional func resolveTaskTitle(for intent: INSetTaskAttributeIntent) async -> INSpeakableStringResolutionResult
```

## See Also

### Resolving the Intent Parameters

- [resolveTargetTask(for:with:)](intents/insettaskattributeintenthandling/resolvetargettask(for:with:).md)
- [resolveStatus(for:with:)](intents/insettaskattributeintenthandling/resolvestatus(for:with:).md)
- [resolveSpatialEventTrigger(for:with:)](intents/insettaskattributeintenthandling/resolvespatialeventtrigger(for:with:).md)
- [resolveTemporalEventTrigger(for:with:)](intents/insettaskattributeintenthandling/resolvetemporaleventtrigger(for:with:)-9bfly.md)
- [resolvePriority(for:with:)](intents/insettaskattributeintenthandling/resolvepriority(for:with:).md)
- [resolveTemporalEventTrigger(for:with:)](intents/insettaskattributeintenthandling/resolvetemporaleventtrigger(for:with:)-1wr3f.md)
