Dialogflow v3 API - Class GenerativeSettings.Types.FallbackSettings (2.17.0)

public sealed class GenerativeSettings.Types.FallbackSettings : IMessage<GenerativeSettings.Types.FallbackSettings>, IEquatable<GenerativeSettings.Types.FallbackSettings>, IDeepCloneable<GenerativeSettings.Types.FallbackSettings>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class GenerativeSettings.Types.FallbackSettings.

Settings for Generative Fallback.

Inheritance

object > GenerativeSettings.Types.FallbackSettings

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FallbackSettings()

public FallbackSettings()

FallbackSettings(FallbackSettings)

public FallbackSettings(GenerativeSettings.Types.FallbackSettings other)
Parameter
NameDescription
otherGenerativeSettingsTypesFallbackSettings

Properties

PromptTemplates

public RepeatedField<GenerativeSettings.Types.FallbackSettings.Types.PromptTemplate> PromptTemplates { get; }

Stored prompts that can be selected, for example default templates like "conservative" or "chatty", or user defined ones.

Property Value
TypeDescription
RepeatedFieldGenerativeSettingsTypesFallbackSettingsTypesPromptTemplate

SelectedPrompt

public string SelectedPrompt { get; set; }

Display name of the selected prompt.

Property Value
TypeDescription
string