public sealed class Case : IMessage<Fulfillment.Types.ConditionalCases.Types.Case>, IEquatable<Fulfillment.Types.ConditionalCases.Types.Case>, IDeepCloneable<Fulfillment.Types.ConditionalCases.Types.Case>, IBufferMessage, IMessage
Each case has a Boolean condition. When it is evaluated to be True, the
corresponding messages will be selected and evaluated recursively.
The condition to activate and select this case. Empty means the
condition is always true. The condition is evaluated against [form
parameters][Form.parameters] or [session
parameters][SessionInfo.parameters].
[[["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-04-02 UTC."],[[["The latest version available is 2.23.0, with a range of versions from 1.0.0 to 2.23.0 provided, all within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `Case` class, representing a conditional case in the `Google.Cloud.Dialogflow.Cx.V3.Fulfillment.Types.ConditionalCases.Types` namespace, is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Each `Case` instance contains a Boolean condition that, when evaluated as true, triggers the selection and recursive evaluation of associated messages."],["The `Case` class provides two constructors: one default constructor and another that allows for the creation of a new case object based on an existing one."],["Key properties of the `Case` class include `CaseContent`, a `RepeatedField` that stores a list of case content, and `Condition`, a string that holds the conditional logic that determines whether the case is activated."]]],[]]