public sealed class Fulfillment.Types.ConditionalCases : IMessage<Fulfillment.Types.ConditionalCases>, IEquatable<Fulfillment.Types.ConditionalCases>, IDeepCloneable<Fulfillment.Types.ConditionalCases>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Fulfillment.Types.ConditionalCases.
A list of cascading if-else conditions. Cases are mutually exclusive.
The first one with a matching condition is selected, all the rest ignored.
[[["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-04-09 UTC."],[[["This webpage provides reference documentation for the `Fulfillment.Types.ConditionalCases` class within the Dialogflow v3 API for .NET, with the current version being 2.21.0."],["The `Fulfillment.Types.ConditionalCases` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for complex object behavior."],["The class represents a list of cascading if-else conditions, where the first matching condition is selected, and all subsequent conditions are ignored."],["The webpage lists historical versions of the `Fulfillment.Types.ConditionalCases` class, ranging from the latest version 2.23.0 back to version 1.0.0, along with all the version in-between."],["The main property of the class is `Cases`, which is a list of cascading if-else conditions, of the type `RepeatedField\u003cFulfillment.Types.ConditionalCases.Types.Case\u003e`."]]],[]]