public sealed class Generator.Types.Placeholder : IMessage<Generator.Types.Placeholder>, IEquatable<Generator.Types.Placeholder>, IDeepCloneable<Generator.Types.Placeholder>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Generator.Types.Placeholder.
Represents a custom placeholder in the prompt text.
[[["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 webpage provides reference documentation for the `Generator.Types.Placeholder` class within the Dialogflow v3 API, specifically detailing its implementation in the .NET environment."],["The class `Generator.Types.Placeholder` represents a custom placeholder used in prompt text and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The provided list contains different versions of the `Google.Cloud.Dialogflow.Cx.V3` package, ranging from version 1.0.0 to the latest version 2.23.0."],["`Generator.Types.Placeholder` has two properties, `Id` which is used to map the custom placeholder to parameters, and `Name` which represents the custom placeholder value."],["The `Placeholder` class has two constructors, a default constructor `Placeholder()`, and a copy constructor `Placeholder(Placeholder)` that takes another `Placeholder` object as a parameter."]]],[]]