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 details the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, illustrating a feature for managing a series of mutually exclusive if-else conditions."],["It shows the availability of this class across multiple versions, from 1.0.0 to the latest 2.23.0, within the Google Cloud Dialogflow CX library."],["The `ConditionalCases` class can be instantiated either with a default constructor or by copying the values from another existing `ConditionalCases` object."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning, message handling, and equality checks."],["A key property of `ConditionalCases` is the `Cases` property, which is a `RepeatedField` allowing the storage of multiple `Case` instances to represent a list of conditional cases."]]],[]]