public sealed class ExecuteExtensionResponse : IMessage<ExecuteExtensionResponse>, IEquatable<ExecuteExtensionResponse>, IDeepCloneable<ExecuteExtensionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExecuteExtensionResponse.
Response message for
[ExtensionExecutionService.ExecuteExtension][google.cloud.aiplatform.v1beta1.ExtensionExecutionService.ExecuteExtension].
[[["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-31 UTC."],[[["The `ExecuteExtensionResponse` class is part of the Cloud AI Platform v1beta1 API and handles the response from the `ExtensionExecutionService.ExecuteExtension` method."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["`ExecuteExtensionResponse` inherits from the base `object` class and provides functionality such as `GetHashCode()`, `GetType()`, and `ToString()` alongside its own implementation."],["It has a `Content` property of type string that stores the response content from the extension, which should follow the schema specified in the extension's manifest."],["Two constructors are provided, a default constructor and another that accepts another `ExecuteExtensionResponse` object as a parameter."]]],[]]