Contents

init(conversationUUID:timeoutDate:)

Creates a conversation action.

Declaration

convenience init(conversationUUID: UUID, timeoutDate: Date = Date(timeIntervalSinceNow: 30))

Parameters

  • conversationUUID:

    The unique identifier of the action’s associated conversation.

  • timeoutDate:

    The point in time that marks when the action can’t be completed anymore.