conversationManager(_:perform:)
Tells the delegate that the system requires a conversation action.
Declaration
func conversationManager(_ manager: ConversationManager, perform action: ConversationAction)Parameters
- manager:
A conversation manager informing the delegate that the system requires a conversation action.
- action:
The action to perform and fulfill.