public static interface Generator.PlaceholderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Unique ID used to map custom placeholder to parameters in fulfillment.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Unique ID used to map custom placeholder to parameters in fulfillment.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getName()
public abstract String getName()
Custom placeholder value in the prompt text.
string name = 2;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Custom placeholder value in the prompt text.
string name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |