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."],[[["The latest version of the Dialogflow v3 API class `SafetySettings.Types.Phrase` is 2.23.0, with a comprehensive history of versions ranging from 1.0.0 to 2.23.0, all accessible via individual links."],["`SafetySettings.Types.Phrase` serves as a text input mechanism for both prompt and banned phrases, within the Dialogflow v3 API."],["This class `SafetySettings.Types.Phrase` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The `Phrase` class includes properties like `LanguageCode` and `Text`, representing the language and the actual phrase text respectively, both being required fields."],["The `Phrase` class has two constructors: one default constructor `Phrase()`, and one copy constructor `Phrase(SafetySettings.Types.Phrase other)`, allowing for instance creation and cloning."]]],[]]