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 provided content outlines the different versions of `Fulfillment.Types.ConditionalCases`, with version 2.23.0 being the latest."],["`ConditionalCases` class represents a series of cascading if-else conditions, where only the first matching condition is applied."],["The `ConditionalCases` class, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that takes another `ConditionalCases` object for initialization."],["The class contains a `Cases` property of type `RepeatedField` which represents the list of conditional cases."]]],[]]