public sealed class 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 documentation for the `Fulfillment.Types.ConditionalCases` class within the Dialogflow v3 API, specifically for .NET development."],["The `ConditionalCases` class represents a list of cascading if-else conditions, where the first matching condition is selected, and all others are ignored."],["This document lists the various versions of the `Google.Cloud.Dialogflow.Cx.V3` package, with version 2.23.0 being the latest available version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class features a public property called `Cases`, which is a `RepeatedField` that holds a list of `ConditionalCases.Types.Case` objects, representing the conditions in the cascading if-else structure."]]],[]]