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 documentation for the `Fulfillment.Types.ConditionalCases` class within the Google.Cloud.Dialogflow.Cx.V3 namespace."],["The `ConditionalCases` class is a component of the Dialogflow v3 API, designed to handle a list of cascading if-else conditions, where only the first condition that matches is selected."],["The document details various versions of the API, ranging from version 1.0.0 up to the latest version 2.23.0, with the current version's details highlighted as 2.15.0."],["`ConditionalCases` implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces, supporting functionality for message handling, equality comparison, deep cloning, and buffer message operations."],["The primary property of `ConditionalCases` is `Cases`, a `RepeatedField` that holds a list of `Case` objects, representing the cascading if-else conditions used within the Dialogflow v3 API."]]],[]]