public static interface Generator.PlaceholderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Unique ID used to map custom placeholder to parameters in fulfillment.
|
com.google.protobuf.ByteString |
getIdBytes()
Unique ID used to map custom placeholder to parameters in fulfillment.
|
String |
getName()
Custom placeholder value in the prompt text.
|
com.google.protobuf.ByteString |
getNameBytes()
Custom placeholder value in the prompt text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getId()
Unique ID used to map custom placeholder to parameters in fulfillment.
string id = 1;com.google.protobuf.ByteString getIdBytes()
Unique ID used to map custom placeholder to parameters in fulfillment.
string id = 1;String getName()
Custom placeholder value in the prompt text.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Custom placeholder value in the prompt text.
string name = 2;Copyright © 2025 Google LLC. All rights reserved.