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.
Implements
IMessageGeneratorTypesPlaceholder, IEquatableGeneratorTypesPlaceholder, IDeepCloneableGeneratorTypesPlaceholder, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Placeholder()
public Placeholder()
Placeholder(Placeholder)
public Placeholder(Generator.Types.Placeholder other)
Parameter | |
---|---|
Name | Description |
other | GeneratorTypesPlaceholder |
Properties
Id
public string Id { get; set; }
Unique ID used to map custom placeholder to parameters in fulfillment.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Custom placeholder value in the prompt text.
Property Value | |
---|---|
Type | Description |
string |