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 documentation for the `Fulfillment.Types.ConditionalCases` class within the Google Cloud Dialogflow CX v3 API."],["The `ConditionalCases` class represents a list of cascading if-else conditions where the first matching condition is selected, and all others are ignored."],["The documentation covers various versions of the API, ranging from version 1.0.0 up to the latest version 2.23.0, including the currently selected version 2.16.0."],["The `ConditionalCases` class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It also details the constructors and the `Cases` property which is of type `RepeatedField`, outlining the structure and functionality of conditional cases within Dialogflow CX v3."]]],[]]