@@ -439,6 +439,57 @@ using Azure.ClientGenerator.Core;
439439@@ clientName (VoiceLive .RequestSession , "VoiceLiveSessionOptions" , "csharp" );
440440@@ clientName (VoiceLive .ResponseSession , "VoiceLiveSessionResponse" , "csharp" );
441441@@ clientName (VoiceLive .AvatarConfig , "AvatarConfiguration" , "csharp" );
442+ @@ clientName (VoiceLive .AvatarConfig .type , "AvatarKind" , "csharp" );
443+ @@ clientName (VoiceLive .AvatarConfig .`model` , "BaseMode" , "csharp" );
444+ @@ clientName (
445+ VoiceLive .AvatarConfig .output_audit_audio ,
446+ "AuditOutputAudio" ,
447+ "csharp"
448+ );
449+ @@ clientName (VoiceLive .PhotoAvatarBaseModes , "PhotoAvatarBaseMode" , "csharp" );
450+ @@ clientName (
451+ VoiceLive .AzureAvatarVoiceSyncVoice ,
452+ "AzureAvatarSyncVoice" ,
453+ "csharp"
454+ );
455+ @@ clientName (
456+ VoiceLive .AzureAvatarVoiceSyncVoice .custom_lexicon_url ,
457+ "CustomLexiconUri" ,
458+ "csharp"
459+ );
460+ @@ clientName (
461+ VoiceLive .AzureAvatarVoiceSyncVoice .custom_text_normalization_url ,
462+ "CustomTextNormalizationUri" ,
463+ "csharp"
464+ );
465+ @@ clientName (
466+ VoiceLive .AzureCustomVoice .custom_text_normalization_url ,
467+ "CustomTextNormalizationUri" ,
468+ "csharp"
469+ );
470+ @@ clientName (
471+ VoiceLive .AzurePersonalVoice .custom_lexicon_url ,
472+ "CustomLexiconUri" ,
473+ "csharp"
474+ );
475+ @@ clientName (
476+ VoiceLive .AzurePersonalVoice .custom_text_normalization_url ,
477+ "CustomTextNormalizationUri" ,
478+ "csharp"
479+ );
480+ @@ clientName (
481+ VoiceLive .AzureStandardVoice .custom_text_normalization_url ,
482+ "CustomTextNormalizationUri" ,
483+ "csharp"
484+ );
485+ @@ clientName (VoiceLive .MCPApprovalType , "McpApprovalKind" , "csharp" );
486+ @@ clientName (VoiceLive .ReasoningEffort .xhigh , "ExtraHigh" , "csharp" );
487+ @@ clientName (VoiceLive .RequestImageContentPart .url , "Uri" , "csharp" );
488+ @@ clientName (
489+ VoiceLive .ServerEventConversationItemInputAudioTranscriptionCompleted .logprobs ,
490+ "LogProbs" ,
491+ "csharp"
492+ );
442493@@ clientName (
443494 VoiceLive .AzureSemanticDetection .timeout_ms ,
444495 "TimeoutMs" ,
@@ -548,6 +599,34 @@ using Azure.ClientGenerator.Core;
548599@@ clientName (VoiceLive .MCPServer , "VoiceLiveMcpServerDefinition" , "csharp" );
549600@@ clientName (VoiceLive .MCPTool , "VoiceLiveMcpTool" , "csharp" );
550601@@ clientName (VoiceLive .Background , "VideoBackground" , "csharp" );
602+ @@ alternateType (
603+ VoiceLive .AzureAvatarVoiceSyncVoice .custom_lexicon_url ,
604+ url ,
605+ "csharp"
606+ );
607+ @@ alternateType (
608+ VoiceLive .AzureAvatarVoiceSyncVoice .custom_text_normalization_url ,
609+ url ,
610+ "csharp"
611+ );
612+ @@ alternateType (VoiceLive .AzureCustomVoice .custom_lexicon_url , url , "csharp" );
613+ @@ alternateType (
614+ VoiceLive .AzureCustomVoice .custom_text_normalization_url ,
615+ url ,
616+ "csharp"
617+ );
618+ @@ alternateType (VoiceLive .AzurePersonalVoice .custom_lexicon_url , url , "csharp" );
619+ @@ alternateType (
620+ VoiceLive .AzurePersonalVoice .custom_text_normalization_url ,
621+ url ,
622+ "csharp"
623+ );
624+ @@ alternateType (
625+ VoiceLive .AzureStandardVoice .custom_text_normalization_url ,
626+ url ,
627+ "csharp"
628+ );
629+ @@ alternateType (VoiceLive .RequestImageContentPart .url , url , "csharp" );
551630@@ alternateType (VoiceLive .RequestSession .turn_detection , unknown , "csharp" );
552631
553632@@ access (VoiceLive .ClientEventSessionUpdate , Access .public , "java" );
0 commit comments