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 for `AddContextChildrenResponse` is 3.22.0, and the content provides a comprehensive list of versions ranging from this latest release down to version 1.0.0."],["This document outlines the `AddContextChildrenResponse` class, which is a response message for the `MetadataService.AddContextChildren` method within the Google Cloud AI Platform V1."],["The `AddContextChildrenResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all essential for object manipulation and management."],["It also inherits from `Object`, meaning it can use the inherited member functions `GetHashCode()`, `GetType()`, `MemberwiseClone()`, `ToString()`, and it exists within the `Google.Cloud.AIPlatform.V1` namespace."],["The document also shows the 2 different constructors available for `AddContextChildrenResponse` which are: the default constructor and one that takes another `AddContextChildrenResponse` object as a parameter."]]],[]]