Dialogflow v3 API - Class Generator.Types.Placeholder (2.17.0)

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.

Inheritance

object > Generator.Types.Placeholder

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

Placeholder()

public Placeholder()

Placeholder(Placeholder)

public Placeholder(Generator.Types.Placeholder other)
Parameter
NameDescription
otherGeneratorTypesPlaceholder

Properties

Id

public string Id { get; set; }

Unique ID used to map custom placeholder to parameters in fulfillment.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Custom placeholder value in the prompt text.

Property Value
TypeDescription
string