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 details the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow CX .NET library, with the latest version being 2.23.0."],["`ConditionalCases` represents a set of cascading if-else conditions used for mutually exclusive selections, where only the first matching condition is executed."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all concerning different types of message handling and copying."],["The `ConditionalCases` class contains a `Cases` property, which is a list of conditions of the type `ConditionalCases.Types.Case`, and two constructors that can be used, one empty and one taking in a `ConditionalCases` object."],["This documentation covers a range of versions from 1.0.0 to the latest 2.23.0, providing a detailed overview of the `ConditionalCases` class in each version of the library."]]],[]]