[[["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."],[[["The provided content is a documentation for the `SimpleResponse` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically version 3.7.0, which is part of the Google Cloud Dialogflow .NET library."],["`SimpleResponse` is a message type used to deliver simple text or speech-based responses in Dialogflow interactions, inheriting from the Object class and implementing various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SimpleResponse` class offers two constructors, a default one and another that accepts an existing `SimpleResponse` object to create a new one, as well as properties for managing display text (`DisplayText`), Speech Synthesis Markup Language (`Ssml`), and plain text-to-speech output (`TextToSpeech`)."],["The documentation includes a list of available versions for the `SimpleResponse` type, starting from version 4.26.0 (latest) and going down to 3.2.0, along with links to the respective documentation pages for each version, within the context of the `.NET` language."],["The `Ssml` and `TextToSpeech` properties are mutually exclusive, meaning only one can be used in the response for the user."]]],[]]