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."],[[["This webpage provides documentation for the `Fulfillment.Types.ConditionalCases.Types.Case` class within the Google Cloud Dialogflow CX v3 API, detailing its structure and functionality."],["The `Case` class, part of the Dialogflow API, is designed to handle conditional logic by evaluating Boolean conditions to determine which messages should be selected and recursively processed."],["The documentation lists all the available versions of the Dialogflow API for `Fulfillment.Types.ConditionalCases.Types.Case`, from version 1.0.0 up to the latest 2.23.0."],["The `Case` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing it to be deeply cloned, checked for equality, and used in various message-passing scenarios."],["The `Case` class has two properties, `CaseContent` which is a list of content, and `Condition` which is a string that contains the condition to be evaluated, and it will be always true when empty."]]],[]]