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 page details the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, spanning multiple versions from 1.0.0 to 2.23.0, which is the latest version."],["The `ConditionalCases` class represents a list of cascading if-else conditions, where cases are mutually exclusive, and the first matching condition is selected, ignoring the rest."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces and inherits from the `Object` class."],["The class has a `Cases` property, which is a list of cascading if-else conditions and it's type is `RepeatedField\u003cFulfillment.Types.ConditionalCases.Types.Case\u003e`."],["There are two constructors listed for this class: a parameterless constructor, and a constructor which accepts a `ConditionalCases` type parameter."]]],[]]