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."],[[["This page provides documentation for the `AddContextChildrenResponse` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its implementation and usage across multiple versions."],["The latest version available is 3.22.0, with a comprehensive list of previous versions ranging down to version 1.0.0, each linking to its specific documentation page."],["`AddContextChildrenResponse` is a response message used in the `MetadataService.AddContextChildren` function, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` as inherited methods."],["The documentation outlines the constructors available for the class, including a default constructor and one that takes another `AddContextChildrenResponse` object as a parameter for copying."]]],[]]