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 webpage provides reference documentation for the `Fulfillment.Types.ConditionalCases` class within the Google Cloud Dialogflow CX v3 API for .NET."],["The `ConditionalCases` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to manage cascading if-else conditions."],["The page includes links to multiple versions of the API, ranging from 1.0.0 up to the latest 2.23.0, allowing developers to access the documentation specific to their project version."],["The primary functionality of `ConditionalCases` is to provide a list of mutually exclusive cases, where only the first case with a matching condition will be selected."],["The class offers two constructors, a default one, and another one that takes an existing `ConditionalCases` object to be used for its creation."]]],[]]