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."],[[["This page provides documentation for the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with the latest version being 2.23.0 and 1.6.0 being the version shown."],["The `ConditionalCases` class is used to define a set of mutually exclusive, cascading if-else conditions in Dialogflow CX, where the first matching condition is selected."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConditionalCases` class includes a property called `Cases`, which is a list of cascading if-else conditions, with each condition being a `Case` type that is found in the `Fulfillment.Types.ConditionalCases.Types.Case` class."],["It includes constructor details, listing a default constructor and a copy constructor, which accept another instance of `ConditionalCases` as an argument, and it includes the class's inheritence and what classes it implements."]]],[]]