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 in Dialogflow CX fulfillment."],["The `ConditionalCases` class is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly and is available in multiple versions, with the latest being 2.23.0."],["`ConditionalCases` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["The class includes a `Cases` property, which is a list of `Case` types, enabling the specification of multiple conditional flows."],["Constructors are included to instantiate `ConditionalCases` objects, either as a new instance or as a copy of an existing one."]]],[]]