TeamsModelFactory.CallTranscriptCollectionResponse Method

Definition

public static Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse CallTranscriptCollectionResponse(string context = default, System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse> transcripts = default);
static member CallTranscriptCollectionResponse : string * System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse> -> Azure.Connectors.Sdk.Teams.Models.CallTranscriptCollectionResponse
Public Shared Function CallTranscriptCollectionResponse (Optional context As String = Nothing, Optional transcripts As List(Of CallTranscriptResponse) = Nothing) As CallTranscriptCollectionResponse

Parameters

context
String

Returns

Applies to