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 webpage provides documentation for the `ConditionalCases` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for defining a series of if-else conditions."],["The latest version documented is 2.23.0, with a list of historical versions dating back to 1.0.0, allowing users to access documentation relevant to specific release."],["`ConditionalCases` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is found within the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."],["The `ConditionalCases` class includes a `Cases` property of type `RepeatedField\u003cFulfillment.Types.ConditionalCases.Types.Case\u003e` that allows you to define a list of cascading conditions."]]],[]]