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 `ConditionalCases` within the `Google.Cloud.Dialogflow.Cx.V3` library, ranging from the latest version 2.23.0 down to 1.0.0."],["`ConditionalCases` is a class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for the management of cascading if-else conditions in Dialogflow CX fulfillment."],["The class `ConditionalCases` allows the first case with a matching condition to be selected, while the rest are ignored."],["The `Cases` property within `ConditionalCases` holds a list of the conditional if-else structures, using the type `RepeatedField\u003cFulfillment.Types.ConditionalCases.Types.Case\u003e`."],["The namespace for ConditionalCases is Google.Cloud.Dialogflow.Cx.V3, found in the Google.Cloud.Dialogflow.Cx.V3.dll assembly."]]],[]]