---
title: "conversationContext(_:didChange:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uitextinputdelegate/conversationcontext(_:didchange:)"
---

# conversationContext(_:didChange:)

Tells the input delegate when text has changed in the input object for a conversation.

## Declaration

```swift
func conversationContext(_ context: UIConversationContext?, didChange textInput: (any UITextInput)?)
```

## Mentioned in

Adopting Smart Reply in your messaging or email app
