@@ -257,7 +257,7 @@ public static partial class CallAutomationModelFactory
257257 public static Azure . Communication . CallAutomation . SendDtmfTonesCompleted SendDtmfTonesCompleted ( string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null ) { throw null ; }
258258 public static Azure . Communication . CallAutomation . SendDtmfTonesFailed SendDtmfTonesFailed ( string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null ) { throw null ; }
259259 public static Azure . Communication . CallAutomation . SendDtmfTonesResult SendDtmfTonesResult ( string operationContext = null ) { throw null ; }
260- public static Azure . Communication . CallAutomation . SpeechResult SpeechResult ( string speech = null ) { throw null ; }
260+ public static Azure . Communication . CallAutomation . SpeechResult SpeechResult ( string speech = null , double ? confidence = default ( double ? ) ) { throw null ; }
261261 public static Azure . Communication . CallAutomation . StartRecordingFailed StartRecordingFailed ( string callConnectionId = null , string correlationId = null , string recordingId = null ) { throw null ; }
262262 public static Azure . Communication . CallAutomation . TranscriptionFailed TranscriptionFailed ( Azure . Communication . CallAutomation . TranscriptionUpdate transcriptionUpdate = null , string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null ) { throw null ; }
263263 public static Azure . Communication . CallAutomation . TranscriptionStarted TranscriptionStarted ( Azure . Communication . CallAutomation . TranscriptionUpdate transcriptionUpdate = null , string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null ) { throw null ; }
@@ -446,7 +446,7 @@ protected CallMedia() { }
446446 public virtual System . Threading . Tasks . Task < Azure . Response > UnholdAsync ( Azure . Communication . CallAutomation . UnholdOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
447447 public virtual System . Threading . Tasks . Task < Azure . Response > UnholdAsync ( Azure . Communication . CommunicationIdentifier targetParticipant , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
448448 public virtual Azure . Response UpdateTranscription ( Azure . Communication . CallAutomation . UpdateTranscriptionOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
449- public virtual Azure . Response UpdateTranscription ( string locale , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
449+ public virtual System . Threading . Tasks . Task < Azure . Response > UpdateTranscription ( string locale , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
450450 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateTranscriptionAsync ( Azure . Communication . CallAutomation . UpdateTranscriptionOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
451451 public virtual System . Threading . Tasks . Task < Azure . Response > UpdateTranscriptionAsync ( string locale , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
452452 }
@@ -1402,6 +1402,14 @@ public PlayToAllOptions(System.Collections.Generic.IEnumerable<Azure.Communicati
14021402 public string OperationContext { get { throw null ; } set { } }
14031403 public System . Collections . Generic . IReadOnlyList < Azure . Communication . CallAutomation . PlaySource > PlaySources { get { throw null ; } }
14041404 }
1405+ public partial class PostProcessingOptions
1406+ {
1407+ public PostProcessingOptions ( Azure . Communication . CallAutomation . TranscriptionSettings transcription ) { }
1408+ public PostProcessingOptions ( string cognitiveServicesEndpoint , Azure . Communication . CallAutomation . SummarizationSettings summarization = null , Azure . Communication . CallAutomation . TranscriptionSettings transcription = null ) { }
1409+ public string CognitiveServicesEndpoint { get { throw null ; } set { } }
1410+ public void setSummarizationSettings ( bool enableSummarization ) { }
1411+ public void setTranscriptionSettings ( bool enableTranscription ) { }
1412+ }
14051413 public partial class PowerVirtualAgentsDialog : Azure . Communication . CallAutomation . BaseDialog
14061414 {
14071415 public PowerVirtualAgentsDialog ( string botAppId , System . Collections . Generic . IDictionary < string , object > context , string language = null ) : base ( default ( System . Collections . Generic . IDictionary < string , object > ) ) { }
@@ -1741,6 +1749,7 @@ public ServerCallLocator(string id) { }
17411749 public partial class SpeechResult : Azure . Communication . CallAutomation . RecognizeResult
17421750 {
17431751 internal SpeechResult ( ) { }
1752+ public double ? Confidence { get { throw null ; } }
17441753 public override Azure . Communication . CallAutomation . RecognizeResultType ResultType { get { throw null ; } }
17451754 public string Speech { get { throw null ; } }
17461755 }
@@ -1799,6 +1808,7 @@ public StartRecordingOptions(string callConnectionId) { }
17991808 public System . Collections . Generic . IList < Azure . Communication . CommunicationIdentifier > AudioChannelParticipantOrdering { get { throw null ; } }
18001809 public System . Collections . Generic . IList < Azure . Communication . CallAutomation . ChannelAffinity > ChannelAffinity { get { throw null ; } set { } }
18011810 public bool PauseOnStart { get { throw null ; } set { } }
1811+ public Azure . Communication . CallAutomation . PostProcessingOptions PostProcessingOptions { get { throw null ; } set { } }
18021812 public Azure . Communication . CallAutomation . RecordingChannel RecordingChannel { get { throw null ; } set { } }
18031813 public Azure . Communication . CallAutomation . RecordingContent RecordingContent { get { throw null ; } set { } }
18041814 public Azure . Communication . CallAutomation . RecordingFormat RecordingFormat { get { throw null ; } set { } }
@@ -1851,6 +1861,18 @@ public enum StreamingDataKind
18511861 TranscriptionData = 2 ,
18521862 TranscriptionMetadata = 3 ,
18531863 }
1864+ public partial class SummarizationSettings
1865+ {
1866+ public SummarizationSettings ( bool enableSummarization ) { }
1867+ public bool EnableSummarization { get { throw null ; } }
1868+ }
1869+ public partial class TeamsExtensionUserIdentifierModel
1870+ {
1871+ public TeamsExtensionUserIdentifierModel ( string userId , string tenantId , string resourceId ) { }
1872+ public string ResourceId { get { throw null ; } set { } }
1873+ public string TenantId { get { throw null ; } set { } }
1874+ public string UserId { get { throw null ; } set { } }
1875+ }
18541876 public enum TextFormat
18551877 {
18561878 Display = 0 ,
@@ -1925,6 +1947,11 @@ public partial class TranscriptionOptions
19251947 public static bool operator != ( Azure . Communication . CallAutomation . TranscriptionResultState left , Azure . Communication . CallAutomation . TranscriptionResultState right ) { throw null ; }
19261948 public override string ToString ( ) { throw null ; }
19271949 }
1950+ public partial class TranscriptionSettings
1951+ {
1952+ public TranscriptionSettings ( bool enableTranscription ) { }
1953+ public bool EnableTranscription { get { throw null ; } }
1954+ }
19281955 public partial class TranscriptionStarted : Azure . Communication . CallAutomation . CallAutomationEventBase
19291956 {
19301957 internal TranscriptionStarted ( ) { }
0 commit comments