Contents

perform(_:)

Tells the conversation manager to asynchronously perform actions for a conversation.

Declaration

final func perform(_ actions: [ConversationAction]) async throws

Parameters

  • actions:

    An array of actions to perform for a conversation.

See Also

Managing conversations