Interface WebhookRequest.FulfillmentInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTag()
      Always present.
      com.google.protobuf.ByteString getTagBytes()
      Always present.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTag

        String getTag()
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3beta1.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:
        The tag.
      • getTagBytes

        com.google.protobuf.ByteString getTagBytes()
         Always present.
         The value of the
         [Fulfillment.tag][google.cloud.dialogflow.cx.v3beta1.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:
        The bytes for tag.