public sealed class AddContextChildrenResponse : IMessage<AddContextChildrenResponse>, IEquatable<AddContextChildrenResponse>, IDeepCloneable<AddContextChildrenResponse>, IBufferMessage, IMessage
Response message for [MetadataService.AddContextChildren][google.cloud.aiplatform.v1.MetadataService.AddContextChildren].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 3.22.0, as indicated by the \"(latest)\" tag next to it, and versions range from 1.0.0 to 3.22.0, showing an extensive history of releases."],["The primary focus is on the `AddContextChildrenResponse` class, a response message for the `MetadataService.AddContextChildren` method within the Google Cloud AI Platform."],["The `AddContextChildrenResponse` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring wide compatibility and functionality."],["It inherits from the `Object` class and has two constructors, a parameterless one, and one that takes another `AddContextChildrenResponse` object, allowing for easy instantiation and duplication."],["The class resides within the `Google.Cloud.AIPlatform.V1` namespace, indicating its place within the Google Cloud AI Platform .NET client library and the `Google.Cloud.AIPlatform.V1.dll` assembly."]]],[]]