Interface WebhookRequest.FulfillmentInfoOrBuilder (0.48.0)

public static interface WebhookRequest.FulfillmentInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTag()

public abstract String getTag()

Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.

string tag = 1;

Returns
TypeDescription
String

The tag.

getTagBytes()

public abstract ByteString getTagBytes()

Always present. The value of the Fulfillment.tag field will be populated in this field by Dialogflow when the associated webhook is called. The tag is typically used by the webhook service to identify which fulfillment is being called, but it could be used for other purposes.

string tag = 1;

Returns
TypeDescription
ByteString

The bytes for tag.