TeamsClient.GetAllAdhocCallTranscriptsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get all ad-hoc call transcripts
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse> GetAllAdhocCallTranscriptsAsync(string startDateTime = default, string endDateTime = default, int? top = default, string skipToken = default, string deltaToken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAdhocCallTranscriptsAsync : string * string * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse>
override this.GetAllAdhocCallTranscriptsAsync : string * string * Nullable<int> * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse>
Public Overridable Function GetAllAdhocCallTranscriptsAsync (Optional startDateTime As String = Nothing, Optional endDateTime As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skipToken As String = Nothing, Optional deltaToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CallTranscriptCollectionResponse)
Parameters
- startDateTime
- String
Start Date Time
- endDateTime
- String
End Date Time
- skipToken
- String
Skip Token
- deltaToken
- String
Delta Token
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get all ad-hoc call transcripts response.
Remarks
Gets all transcripts from ad-hoc calls for the signed-in user