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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe provided content outlines the different versions of \u003ccode\u003eFulfillment.Types.ConditionalCases\u003c/code\u003e, with version 2.23.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConditionalCases\u003c/code\u003e class represents a series of cascading if-else conditions, where only the first matching condition is applied.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConditionalCases\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Dialogflow.Cx.V3\u003c/code\u003e namespace, implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two constructors: a default constructor and one that takes another \u003ccode\u003eConditionalCases\u003c/code\u003e object for initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eCases\u003c/code\u003e property of type \u003ccode\u003eRepeatedField\u003c/code\u003e which represents the list of conditional cases.\u003c/p\u003e\n"]]],[],null,[]]