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."],[[["This webpage provides reference documentation for the `GenerativeSettings.Types.FallbackSettings` class within the Dialogflow v3 API, specifically in the .NET context."],["The latest version available for the `FallbackSettings` class is 2.23.0, with the list displaying all versions from 2.23.0 down to 1.0.0, with each version containing the same class."],["`FallbackSettings` allows users to configure settings for generative fallback in Dialogflow, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `PromptTemplates`, a `RepeatedField` of `PromptTemplate` objects, and `SelectedPrompt`, a string representing the display name of the selected prompt."],["The `FallbackSettings` class contains two constructors, one default and another to clone from another instance of the `FallbackSettings` class, allowing for flexible instantiation."]]],[]]