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-04-09 UTC."],[[["This page provides reference documentation for the `ExecuteExtensionResponse` class within the Google Cloud AI Platform v1beta1 API, specifically for versions 1.0.0-beta20 and 1.0.0-beta21."],["The `ExecuteExtensionResponse` class is a response message for the `ExtensionExecutionService.ExecuteExtension` method, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes members like `GetHashCode()`, `GetType()`, and `ToString()`, and it resides within the `Google.Cloud.AIPlatform.V1Beta1` namespace in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["It has two constructors, a default constructor and one that takes another `ExecuteExtensionResponse` as a parameter."],["The `ExecuteExtensionResponse` class contains a `Content` property, which is a string representing the response content from the extension, conforming to the response.content schema defined in the extension's manifest or OpenAPI specification."]]],[]]