TeamsClient.GetCallTranscriptContentAsync Method

Definition

Get call transcript content

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

Parameters

callId
String

Call ID

transcriptId
String

Transcript ID

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get call transcript content response.

Remarks

Gets the content of a call transcript

Applies to