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-03-21 UTC."],[[["This document provides reference information for the `Fulfillment.Types.ConditionalCases` class within the Dialogflow v3 API, specifically for .NET development."],["The `ConditionalCases` class represents a set of cascading if-else conditions used in Dialogflow fulfillments, where the first matching condition is executed and others are ignored."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for varied operations such as comparisons and cloning."],["The class's main property, `Cases`, is a `RepeatedField` containing a collection of `Case` objects, each representing a single if-else condition within the set."],["This content is available for multiple versions, starting from `1.0.0` all the way to the latest version `2.23.0`."]]],[]]