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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `GenerativeSettings.Types.FallbackSettings` in the Dialogflow v3 API is 2.23.0, and there are many previous versions, all the way down to version 1.0.0."],["`GenerativeSettings.Types.FallbackSettings` is a class in the `Google.Cloud.Dialogflow.Cx.V3` namespace used for configuring settings for generative fallbacks within the Dialogflow API, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `FallbackSettings()` and a copy constructor `FallbackSettings(GenerativeSettings.Types.FallbackSettings other)` that takes another `FallbackSettings` object as input."],["The `FallbackSettings` class includes properties like `PromptTemplates`, which is a collection of stored prompt templates, and `SelectedPrompt`, which is a string representing the display name of the currently selected prompt."],["There are many older versions of the documentation of this object, all the way down to version 1.0.0, which can all be referenced in the links that are provided."]]],[]]