public sealed class ConditionalCases : IMessage<Fulfillment.Types.ConditionalCases>, IEquatable<Fulfillment.Types.ConditionalCases>, IDeepCloneable<Fulfillment.Types.ConditionalCases>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The content provides documentation for the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Google Cloud Dialogflow CX .NET library."],["`ConditionalCases` is a class that represents a series of mutually exclusive, cascading if-else conditions, with only the first matching condition being selected."],["The document outlines the class's inheritance, implemented interfaces, available constructors, and its primary property, `Cases`, which manages the list of conditions."],["The page displays links to the documentation of the `ConditionalCases` class across multiple versions of the Dialogflow CX library, ranging from version 1.0.0 to the latest 2.23.0."]]],[]]