---
title: conversationContext
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebview/conversationcontext
---

# conversationContext

## Declaration

```swift
var conversationContext: UIConversationContext { get set }
```

## Discussion

Discussion A reference to a conversation, such as a mail or messaging thread. Set this conversation context before the keyboard appears; the keyboard uses this context to initialize its conversation context value. When your conversation updates, update the smart reply by setting this property.
