public sealed class AugmentPromptResponse : IMessage<AugmentPromptResponse>, IEquatable<AugmentPromptResponse>, IDeepCloneable<AugmentPromptResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class AugmentPromptResponse.
[[["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."],[[["This documentation is for the `AugmentPromptResponse` class within the Vertex AI v1beta1 API, specifically in the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `AugmentPromptResponse` class is a response message for the `AugmentPrompt` operation, inheriting from the base object class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default constructor and one that accepts another `AugmentPromptResponse` instance as a parameter."],["It includes properties such as `AugmentedPrompt`, which contains the augmented prompt in a `RepeatedField\u003cContent\u003e` and is currently limited to text format, and `Facts`, which holds retrieved facts in a `RepeatedField\u003cFact\u003e`."],["The latest version available is 1.0.0-beta21, and a previous version, 1.0.0-beta20, is also documented."]]],[]]