public sealed class Fulfillment.Types.ConditionalCases.Types.Case : IMessage<Fulfillment.Types.ConditionalCases.Types.Case>, IEquatable<Fulfillment.Types.ConditionalCases.Types.Case>, IDeepCloneable<Fulfillment.Types.ConditionalCases.Types.Case>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Fulfillment.Types.ConditionalCases.Types.Case.
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 document provides reference documentation for the `Fulfillment.Types.ConditionalCases.Types.Case` class in the Dialogflow v3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["This class represents a case within conditional cases, where each case has a boolean condition that determines whether its corresponding messages are selected and evaluated."],["The `Case` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparisons, deep cloning, and buffer message operations."],["It includes properties like `CaseContent` (a list of content for the case) and `Condition` (a string representing the boolean condition that activates the case), and is available across multiple versions from 1.0.0 up to the latest 2.23.0."],["The most recent version listed is 2.23.0, with several other versions available for specific application needs or to remain compatible with certain versions."]]],[]]