conversationManager(_:timedOutPerforming:)
Tells the delegate that a conversation action wasn’t completed and timed out.
Declaration
func conversationManager(_ manager: ConversationManager, timedOutPerforming action: ConversationAction)Parameters
- manager:
A conversation manager informing the delegate that the requested action wasn’t completed and timed out.
- action:
The action that wasn’t completed and timed out.