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, outlining its structure, inheritance, and implementation details across multiple versions."],["Version 2.23.0 is the latest available version, while there are a total of 35 different documented versions, from 1.0.0 up to the latest."],["`ConditionalCases` class is defined as a set of cascading if-else conditions, where the first matching condition is executed and the rest are ignored, and it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ConditionalCases` class has two constructors, one being a parameterless constructor, and the other taking another `ConditionalCases` instance as a parameter, additionally, it has a `Cases` property that returns a list of cases."]]],[]]