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.
Implements
IMessageDataStoreConnectionSignalsTypesRewriterModelCallSignals, IEquatableDataStoreConnectionSignalsTypesRewriterModelCallSignals, IDeepCloneableDataStoreConnectionSignalsTypesRewriterModelCallSignals, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
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 |