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 document provides versioned documentation for `ConditionalCases`, a class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, with versions ranging from 1.0.0 to the latest version 2.23.0."],["`ConditionalCases` is defined as a class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is designed to handle cascading if-else conditions."],["The `ConditionalCases` class includes a `Cases` property which holds a list of conditional cases, represented by a `RepeatedField` of `Fulfillment.Types.ConditionalCases.Types.Case`."],["There are two constructors, one default and another that accepts a `Fulfillment.Types.ConditionalCases` object."],["The class inherits from the root `Object` class and provides access to its member functions, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]