perform(_:)
Tells the conversation manager to asynchronously perform actions for a conversation.
Declaration
final func perform(_ actions: [ConversationAction]) async throwsParameters
- actions:
An array of actions to perform for a conversation.
Tells the conversation manager to asynchronously perform actions for a conversation.
final func perform(_ actions: [ConversationAction]) async throwsAn array of actions to perform for a conversation.