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-04-09 UTC."],[[["This document provides reference documentation for the `Generator.Types.Placeholder` class within the Dialogflow v3 API, specifically focusing on version 2.22.0 and its relation to other versions."],["The `Generator.Types.Placeholder` class represents a custom placeholder used in prompt text within the Dialogflow v3 API."],["The documentation lists a history of available versions, from 1.0.0 up to the latest release, 2.23.0, allowing developers to access the documentation for a specific version of the `Google.Cloud.Dialogflow.Cx.V3` package."],["The `Placeholder` class has two string properties, `Id` which serves as a unique identifier and `Name` which represents the placeholder's text value, both of which are detailed in the documentation."],["The class itself implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, with inheritance from the base object."]]],[]]