Cloud AI Platform v1beta1 API - Class AugmentPromptResponse (1.0.0-beta11)

public sealed class AugmentPromptResponse : IMessage<AugmentPromptResponse>, IEquatable<AugmentPromptResponse>, IDeepCloneable<AugmentPromptResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AugmentPromptResponse.

Response message for AugmentPrompt.

Inheritance

object > AugmentPromptResponse

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

AugmentPromptResponse()

public AugmentPromptResponse()

AugmentPromptResponse(AugmentPromptResponse)

public AugmentPromptResponse(AugmentPromptResponse other)
Parameter
Name Description
other AugmentPromptResponse

Properties

AugmentedPrompt

public RepeatedField<Content> AugmentedPrompt { get; }

Augmented prompt, only text format is supported for now.

Property Value
Type Description
RepeatedFieldContent

Facts

public RepeatedField<Fact> Facts { get; }

Retrieved facts from RAG data sources.

Property Value
Type Description
RepeatedFieldFact