public sealed class SafetySettings.Types.Phrase : IMessage<SafetySettings.Types.Phrase>, IEquatable<SafetySettings.Types.Phrase>, IDeepCloneable<SafetySettings.Types.Phrase>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class SafetySettings.Types.Phrase.
Text input which can be used for prompt or banned phrases.
[[["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 page provides documentation for the `SafetySettings.Types.Phrase` class within the Google Cloud Dialogflow Cx V3 API, outlining its usage and properties across multiple versions."],["The latest version available is 2.23.0, and the page offers a comprehensive list of historical versions, ranging from 1.0.0 to the most current release."],["`SafetySettings.Types.Phrase` is a class for managing text input for prompts or banned phrases in the Dialogflow API, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties for the `SafetySettings.Types.Phrase` class include `LanguageCode` and `Text`, which respectively manage the language of the phrase and the text itself."],["The class can be initialized with a default constructor `Phrase()`, or initialized using a constructor that takes another `Phrase` object `Phrase(SafetySettings.Types.Phrase other)`."]]],[]]