TextRequestClient.UnarchiveConversationAsync Method

Definition

Unarchive a Conversation

public virtual System.Threading.Tasks.Task<string> UnarchiveConversationAsync(int idOfTheDashboardToMakeThisCallOn, string phoneNumberOfConversation, System.Threading.CancellationToken cancellationToken = default);
abstract member UnarchiveConversationAsync : int * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
override this.UnarchiveConversationAsync : int * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overridable Function UnarchiveConversationAsync (idOfTheDashboardToMakeThisCallOn As Integer, phoneNumberOfConversation As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

phoneNumberOfConversation
String

Phone Number of conversation

cancellationToken
CancellationToken

Cancellation token.

Returns

The Unarchive a Conversation response.

Remarks

Unarchives a conversation. Once a conversation is unarchived, it will once again appear in the queue. it will also appear in conversations returned by the /conversations endpoint. If a conversation is already unarchived, this method has no effect.

Applies to