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, covering version 2.13.0 and older versions."],["`ConditionalCases` is used to define a list of cascading if-else conditions that are mutually exclusive, meaning only the first condition that matches will be selected."],["The `Cases` property within `ConditionalCases` is a list of conditional cases and it uses the `RepeatedField` type, which can be found within the Google.Protobuf library."],["The documentation includes the inheritance hierarchy, implemented interfaces, namespace, assembly, constructors, and the `Cases` property of the `ConditionalCases` class."],["The latest version that is documented on this page is 2.23.0, and the oldest is 1.0.0, each version having its own page link to view the changes of that specific version."]]],[]]