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 latest version of the `ConditionalCases` class is 2.23.0, found within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class provides a list of cascading if-else conditions, where the first matching condition is selected, and the rest are ignored."],["The `ConditionalCases` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring wide compatibility."],["There are multiple previous versions of this class that can be referenced, ranging from version 1.0.0 up to 2.22.0, all found within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `Cases` property of the class, which contains the list of conditions, is a `RepeatedField` type of `Fulfillment.Types.ConditionalCases.Types.Case`."]]],[]]