You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,7 +137,7 @@ public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()
137
137
{"@odata.type", n =>{OdataType=n.GetStringValue();}},
138
138
{"resourceMetadata", n =>{ResourceMetadata=n.GetObjectValue<global::Microsoft.Agents.M365Copilot.Beta.Models.SearchResourceMetadataDictionary>(global::Microsoft.Agents.M365Copilot.Beta.Models.SearchResourceMetadataDictionary.CreateFromDiscriminatorValue);}},
139
139
{"resourceType", n =>{ResourceType=n.GetEnumValue<global::Microsoft.Agents.M365Copilot.Beta.Models.RetrievalEntityType>();}},
140
-
{"sensitivityLabel", n =>{SensitivityLabel=n.GetObjectValue<global::Microsoft.Agents.M365Copilot.Beta.Models.SearchSensitivityLabelInfo>(global::Microsoft.Agents.M365Copilot.Beta.Models.SearchSensitivityLabelInfo.CreateFromDiscriminatorValue);}},
140
+
{"sensitivityLabel", n =>{SensitivityLabel=n.GetObjectValue<global::Microsoft.Agents.M365Copilot.Beta.Models.SensitivityLabelInfo>(global::Microsoft.Agents.M365Copilot.Beta.Models.SensitivityLabelInfo.CreateFromDiscriminatorValue);}},
141
141
{"webUrl", n =>{WebUrl=n.GetStringValue();}},
142
142
};
143
143
}
@@ -152,7 +152,7 @@ public virtual void Serialize(ISerializationWriter writer)
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
18
17
publicIDictionary<string,object>AdditionalData
@@ -109,22 +108,22 @@ public string Tooltip
109
108
}
110
109
#endif
111
110
/// <summary>
112
-
/// Instantiates a new <see cref="global::Microsoft.Agents.M365Copilot.Beta.Models.SearchSensitivityLabelInfo"/> and sets the default values.
111
+
/// Instantiates a new <see cref="global::Microsoft.Agents.M365Copilot.Beta.Models.SensitivityLabelInfo"/> and sets the default values.
0 commit comments