Dialogflow v3 API - Class DataStoreConnectionSignals.Types.RewriterModelCallSignals (2.20.0)

public sealed class DataStoreConnectionSignals.Types.RewriterModelCallSignals : IMessage<DataStoreConnectionSignals.Types.RewriterModelCallSignals>, IEquatable<DataStoreConnectionSignals.Types.RewriterModelCallSignals>, IDeepCloneable<DataStoreConnectionSignals.Types.RewriterModelCallSignals>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class DataStoreConnectionSignals.Types.RewriterModelCallSignals.

Diagnostic info related to the rewriter model call.

Inheritance

object > DataStoreConnectionSignals.Types.RewriterModelCallSignals

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

RewriterModelCallSignals()

public RewriterModelCallSignals()

RewriterModelCallSignals(RewriterModelCallSignals)

public RewriterModelCallSignals(DataStoreConnectionSignals.Types.RewriterModelCallSignals other)
Parameter
Name Description
other DataStoreConnectionSignalsTypesRewriterModelCallSignals

Properties

Model

public string Model { get; set; }

Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.

Property Value
Type Description
string

ModelOutput

public string ModelOutput { get; set; }

Output of the generative model.

Property Value
Type Description
string

RenderedPrompt

public string RenderedPrompt { get; set; }

Prompt as sent to the model.

Property Value
Type Description
string