TeamsModelFactory.CallTranscriptCollectionResponse 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.
Creates a new instance of CallTranscriptCollectionResponse(String, List<CallTranscriptResponse>).
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
- transcripts
- List<CallTranscriptResponse>