CallTranscriptCollectionResponse.Transcripts Property

Definition

List of transcripts

[System.Text.Json.Serialization.JsonPropertyName("value")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse> Transcripts { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("value")>]
member this.Transcripts : System.Collections.Generic.List<Azure.Connectors.Sdk.Teams.Models.CallTranscriptResponse> with get, set
Public Property Transcripts As List(Of CallTranscriptResponse)

Property Value

Attributes

Applies to