Discovery Engine v1beta API - Class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec (1.0.0-beta12)

public sealed class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec : IMessage<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec>, IEquatable<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec>, IDeepCloneable<AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec.

Answer generation prompt specification.

Inheritance

object > AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

PromptSpec()

public PromptSpec()

PromptSpec(PromptSpec)

public PromptSpec(AnswerQueryRequest.Types.AnswerGenerationSpec.Types.PromptSpec other)
Parameter
Name Description
other AnswerQueryRequestTypesAnswerGenerationSpecTypesPromptSpec

Properties

Preamble

public string Preamble { get; set; }

Customized preamble.

Property Value
Type Description
string