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

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

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

Diagnostic info related to the answer generation model call.

Inheritance

object > DataStoreConnectionSignals.Types.AnswerGenerationModelCallSignals

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

AnswerGenerationModelCallSignals()

public AnswerGenerationModelCallSignals()

AnswerGenerationModelCallSignals(AnswerGenerationModelCallSignals)

public AnswerGenerationModelCallSignals(DataStoreConnectionSignals.Types.AnswerGenerationModelCallSignals other)
Parameter
Name Description
other DataStoreConnectionSignalsTypesAnswerGenerationModelCallSignals

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