public sealed class Fulfillment.Types.ConditionalCases : IMessage<Fulfillment.Types.ConditionalCases>, IEquatable<Fulfillment.Types.ConditionalCases>, IDeepCloneable<Fulfillment.Types.ConditionalCases>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Fulfillment.Types.ConditionalCases.
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-04-09 UTC."],[[["This webpage provides documentation for the `Fulfillment.Types.ConditionalCases` class within the Google Cloud Dialogflow CX v3 API, detailing its functionality and implementation."],["The `ConditionalCases` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts within the .NET ecosystem."],["The provided content highlights the class's purpose, which is managing a list of cascading if-else conditions where the first matching condition is selected, and others are ignored."],["The page features a comprehensive list of versions for this class, starting from version 1.0.0 and going all the way to the latest 2.23.0, with various options for each."],["The documentation includes the class's constructors, properties like `Cases` which allow the use of a list of conditions, inherited members, and namespace to provide a full overview."]]],[]]