TeamsClient.GetCallTranscriptAsync(String, String, CancellationToken) Method

Definition

Get call transcript

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

Parameters

callId
String

Call ID

transcriptId
String

Transcript ID

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get call transcript response.

Remarks

Gets a specific transcript for an ad-hoc call

Applies to