public sealed class ExecuteExtensionResponse : IMessage<ExecuteExtensionResponse>, IEquatable<ExecuteExtensionResponse>, IDeepCloneable<ExecuteExtensionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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-25 UTC."],[[["The latest version of the `ExecuteExtensionResponse` class is 1.0.0-beta21, which is part of the Google.Cloud.AIPlatform.V1Beta1 namespace."],["`ExecuteExtensionResponse` serves as the response message for the `ExtensionExecutionService.ExecuteExtension` method within the Vertex AI v1beta1 API."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["`ExecuteExtensionResponse` has a `Content` property, which holds the response content from the extension and should adhere to the extension's manifest/OpenAPI schema."],["There are two constructors for this class; a parameterless constructor, and a second constructor that takes another `ExecuteExtensionResponse` as a parameter."]]],[]]